Package pal.treesearch
Interface RootAccess
-
- All Known Implementing Classes:
FreeBranch
,PivotNode
public interface RootAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
buildPALNodeBase()
Node
buildPALNodeES()
double
calculateLogLikelihood(GeneralConstructionTool tool)
void
getAllComponents(java.util.ArrayList store, java.lang.Class componentType)
void
testLikelihood(GeneralConstructionTool tool)
-
-
-
Method Detail
-
getAllComponents
void getAllComponents(java.util.ArrayList store, java.lang.Class componentType)
-
calculateLogLikelihood
double calculateLogLikelihood(GeneralConstructionTool tool)
-
buildPALNodeBase
Node buildPALNodeBase()
-
buildPALNodeES
Node buildPALNodeES()
-
testLikelihood
void testLikelihood(GeneralConstructionTool tool)
-
-