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 NodebuildPALNodeBase()NodebuildPALNodeES()doublecalculateLogLikelihood(GeneralConstructionTool tool)voidgetAllComponents(java.util.ArrayList store, java.lang.Class componentType)voidtestLikelihood(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)
-
-