public static class SharedTreeMojoModel.LeafDecisionPathTracker extends java.lang.Object implements SharedTreeMojoModel.DecisionPathTracker<SharedTreeMojoModel.LeafDecisionPathTracker>
Modifier and Type | Method and Description |
---|---|
boolean |
go(int depth,
boolean right) |
SharedTreeMojoModel.LeafDecisionPathTracker |
invalidPath() |
SharedTreeMojoModel.LeafDecisionPathTracker |
terminate() |
public boolean go(int depth, boolean right)
go
in interface SharedTreeMojoModel.DecisionPathTracker<SharedTreeMojoModel.LeafDecisionPathTracker>
public SharedTreeMojoModel.LeafDecisionPathTracker terminate()
terminate
in interface SharedTreeMojoModel.DecisionPathTracker<SharedTreeMojoModel.LeafDecisionPathTracker>
public SharedTreeMojoModel.LeafDecisionPathTracker invalidPath()
invalidPath
in interface SharedTreeMojoModel.DecisionPathTracker<SharedTreeMojoModel.LeafDecisionPathTracker>