public abstract class SplitFunction extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
allSame |
protected int |
index |
protected double |
threshold |
Constructor and Description |
---|
SplitFunction() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
evaluate(Instance instance) |
abstract void |
init(Instances data,
ArrayList<Integer> indices) |
abstract SplitFunction |
newInstance() |
protected int index
protected double threshold
protected boolean allSame
public abstract boolean evaluate(Instance instance)
public abstract SplitFunction newInstance()
Copyright © 2015–2021 Fiji. All rights reserved.