- setInputFormat(Instances) - Method in class weka.filters.unsupervised.instance.ENN
-
Sets the format of the input instances.
- setInstances(Instances) - Method in class weka.filters.unsupervised.instance.ENN.LinearNNSearchENN
-
Sets the instances comprising the current neighbourhood.
- setKNeighborsFactor(int) - Method in class weka.filters.unsupervised.instance.ENN
-
Sets the factor of nearest neighbors for each minority class sample
- setOptions(String[]) - Method in class weka.filters.unsupervised.instance.ENN.LinearNNSearchENN
-
Parses a given list of options.
- setOptions(String[]) - Method in class weka.filters.unsupervised.instance.ENN
-
Parses a given list of options.
- setRandomSeed(int) - Method in class weka.filters.unsupervised.instance.ENN
-
Sets the random number seed.
- setSkipDifferentClass(boolean) - Method in class weka.filters.unsupervised.instance.ENN.LinearNNSearchENN
-
Sets the property whether to skip instancies from the neighbours
that are of different class
- setSkipIdentical(boolean) - Method in class weka.filters.unsupervised.instance.ENN.LinearNNSearchENN
-
Sets the property to skip identical instances (with distance zero from
the target) from the set of neighbours returned.
- skipDifferentClassTipText() - Method in class weka.filters.unsupervised.instance.ENN.LinearNNSearchENN
-
Returns the tip text for this property.
- skipIdenticalTipText() - Method in class weka.filters.unsupervised.instance.ENN.LinearNNSearchENN
-
Returns the tip text for this property.