- getBestClassifier() - Method in class weka.classifiers.meta.GridSearch
-
returns the best Classifier setup.
- getCapabilities() - Method in class weka.classifiers.meta.GridSearch
-
Returns default capabilities of the classifier.
- getEvaluation() - Method in class weka.classifiers.meta.GridSearch
-
Gets the criterion used for evaluating the classifier performance.
- getGridExtensionsPerformed() - Method in class weka.classifiers.meta.GridSearch
-
returns the number of grid extensions that took place during the search
(only applicable if the grid was extendable).
- getGridIsExtendable() - Method in class weka.classifiers.meta.GridSearch
-
Get whether the grid can be extended dynamically.
- getLogFile() - Method in class weka.classifiers.meta.GridSearch
-
Gets current log file.
- getMaxGridExtensions() - Method in class weka.classifiers.meta.GridSearch
-
Gets the maximum number of grid extensions, -1 for unlimited.
- getMeasure(String) - Method in class weka.classifiers.meta.GridSearch
-
Returns the value of the named measure.
- getNumExecutionSlots() - Method in class weka.classifiers.meta.GridSearch
-
Get the number of execution slots (threads) to use for finding optimal parameters.
- getOptions() - Method in class weka.classifiers.meta.GridSearch
-
returns the options of the current setup.
- getRevision() - Method in class weka.classifiers.meta.GridSearch
-
Returns the revision string.
- getSampleSizePercent() - Method in class weka.classifiers.meta.GridSearch
-
Gets the sample size for the initial grid search.
- getTraversal() - Method in class weka.classifiers.meta.GridSearch
-
Gets the type of traversal for the grid.
- getValues() - Method in class weka.classifiers.meta.GridSearch
-
returns the parameter pair that was found to work best.
- getXBase() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the base for X.
- getXExpression() - Method in class weka.classifiers.meta.GridSearch
-
Get the expression for the X value.
- getXMax() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the Maximum of X.
- getXMin() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the minimum of X.
- getXProperty() - Method in class weka.classifiers.meta.GridSearch
-
Get the X property to test.
- getXStep() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the step size for X.
- getYBase() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the base for Y.
- getYExpression() - Method in class weka.classifiers.meta.GridSearch
-
Get the expression for the Y value.
- getYMax() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the Maximum of Y.
- getYMin() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the minimum of Y.
- getYProperty() - Method in class weka.classifiers.meta.GridSearch
-
Get the Y property (normally the classifier).
- getYStep() - Method in class weka.classifiers.meta.GridSearch
-
Get the value of the step size for Y.
- globalInfo() - Method in class weka.classifiers.meta.GridSearch
-
Returns a string describing classifier.
- gridIsExtendableTipText() - Method in class weka.classifiers.meta.GridSearch
-
Returns the tip text for this property.
- GridSearch - Class in weka.classifiers.meta
-
Performs a grid search of parameter pairs for a
classifier and chooses the best pair found for the actual predicting.
The initial grid is worked on with 2-fold CV to determine the values of the
parameter pairs for the selected type of evaluation (e.g., accuracy).
- GridSearch() - Constructor for class weka.classifiers.meta.GridSearch
-
the default constructor.
- sampleSizePercentTipText() - Method in class weka.classifiers.meta.GridSearch
-
Returns the tip text for this property.
- setClassifier(Classifier) - Method in class weka.classifiers.meta.GridSearch
-
Set the base learner.
- setEvaluation(SelectedTag) - Method in class weka.classifiers.meta.GridSearch
-
Sets the criterion to use for evaluating the classifier performance.
- setGridIsExtendable(boolean) - Method in class weka.classifiers.meta.GridSearch
-
Set whether the grid can be extended dynamically.
- setLogFile(File) - Method in class weka.classifiers.meta.GridSearch
-
Sets the log file to use.
- setMaxGridExtensions(int) - Method in class weka.classifiers.meta.GridSearch
-
Sets the maximum number of grid extensions, -1 for unlimited.
- setNumExecutionSlots(int) - Method in class weka.classifiers.meta.GridSearch
-
Set the number of execution slots (threads) to use for finding optimal parameters.
- setOptions(String[]) - Method in class weka.classifiers.meta.GridSearch
-
Parses the options for this object.
- setSampleSizePercent(double) - Method in class weka.classifiers.meta.GridSearch
-
Sets the sample size for the initial grid search.
- setTraversal(SelectedTag) - Method in class weka.classifiers.meta.GridSearch
-
Sets the type of traversal for the grid.
- setXBase(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the base for X.
- setXExpression(String) - Method in class weka.classifiers.meta.GridSearch
-
Set the expression for the X value.
- setXMax(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the Maximum of X.
- setXMin(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the minimum of X.
- setXProperty(String) - Method in class weka.classifiers.meta.GridSearch
-
Set the X property.
- setXStep(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the step size for X.
- setYBase(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the base for Y.
- setYExpression(String) - Method in class weka.classifiers.meta.GridSearch
-
Set the expression for the Y value.
- setYMax(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the Maximum of Y.
- setYMin(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the minimum of Y.
- setYProperty(String) - Method in class weka.classifiers.meta.GridSearch
-
Set the Y property (normally the classifier).
- setYStep(double) - Method in class weka.classifiers.meta.GridSearch
-
Set the value of the step size for Y.