- setOptions(String[]) - Method in class weka.classifiers.meta.SMOTEBoost
-
Parses a given list of options.
- setSMOTE_ClassValue(String) - Method in class weka.classifiers.meta.SMOTEBoost
-
Sets the index of the class value to which SMOTE should be applied.
- setSMOTE_NearestNeighbors(int) - Method in class weka.classifiers.meta.SMOTEBoost
-
Sets the number of nearest neighbors to use.
- setSMOTE_Percentage(double) - Method in class weka.classifiers.meta.SMOTEBoost
-
Sets the percentage of SMOTE instances to create.
- setSMOTE_RandomSeed(int) - Method in class weka.classifiers.meta.SMOTEBoost
-
Sets the random number seed.
- setUseResampling(boolean) - Method in class weka.classifiers.meta.SMOTEBoost
-
Set resampling mode
- setWeightThreshold(int) - Method in class weka.classifiers.meta.SMOTEBoost
-
Set weight threshold
- SMOTE_classValueTipText() - Method in class weka.classifiers.meta.SMOTEBoost
-
Returns the tip text for this property.
- SMOTE_nearestNeighborsTipText() - Method in class weka.classifiers.meta.SMOTEBoost
-
Returns the tip text for this property.
- SMOTE_percentageTipText() - Method in class weka.classifiers.meta.SMOTEBoost
-
Returns the tip text for this property.
- SMOTE_randomSeedTipText() - Method in class weka.classifiers.meta.SMOTEBoost
-
Returns the tip text for this property.
- SMOTEBoost - Class in weka.classifiers.meta
-
Class for boosting a binary class classifier using
the SMOTEBoost method.
- SMOTEBoost() - Constructor for class weka.classifiers.meta.SMOTEBoost
-
Constructor.