|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Split
:: DeveloperApi :: Interface for a "Split," which specifies a test made at a decision tree node to choose the left or right path.
Method Summary | |
---|---|
int |
featureIndex()
Index of feature which this split tests |
boolean |
shouldGoLeft(Vector features)
Return true (split to left) or false (split to right) |
Split |
toOld()
Convert to old Split format |
Method Detail |
---|
int featureIndex()
boolean shouldGoLeft(Vector features)
Split toOld()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |