public abstract class Split extends Object implements Serializable
Constructor and Description |
---|
Split() |
Modifier and Type | Method and Description |
---|---|
abstract String |
branchForInstance(Instance inst)
Returns the name of the branch that the supplied instance would go down
|
abstract String |
conditionForBranch(String branch)
Returns the condition for the supplied branch name
|
List<String> |
splitAttributes() |
public abstract String branchForInstance(Instance inst)
inst
- the instance to find the branch forpublic abstract String conditionForBranch(String branch)
branch
- the name of the branch to get the condition forCopyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.