- enumerateMeasures() - Method in class weka.classifiers.meta.MultiSearch
-
Returns an enumeration of the measure names.
- equals(Object) - Method in class weka.classifiers.meta.multisearch.PerformanceComparator
-
Indicates whether some other object is "equal to" this Comparator.
- equals(Object) - Method in class weka.core.setupgenerator.FunctionSpaceDimension
-
Tests itself against the provided dimension object.
- equals(Object) - Method in class weka.core.setupgenerator.ListSpaceDimension
-
Tests itself against the provided dimension object.
- equals(Object) - Method in class weka.core.setupgenerator.Point
-
Determines whether or not two points are equal.
- equals(Object) - Method in class weka.core.setupgenerator.SpaceDimension
-
Tests itself against the provided dimension object.
- evaluate(Object) - Method in class weka.core.setupgenerator.AbstractParameter
-
Returns the evaluated value.
- evaluate(Point<Object>) - Method in class weka.core.SetupGenerator
-
evalutes the expression for the current iteration.
- evaluate(Object) - Method in class weka.core.setupgenerator.ListParameter
-
Returns the evaluated value.
- evaluate(Object) - Method in class weka.core.setupgenerator.MathParameter
-
Returns the evaluated value.
- evaluate(Object) - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Returns the evaluated value.
- evaluate(Object) - Method in class weka.core.setupgenerator.ParameterGroup
-
Returns the evaluated value.
- EVALUATION_ACC - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Accuracy.
- EVALUATION_AUC - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: AUC.
- EVALUATION_CC - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Correlation coefficient.
- EVALUATION_COMBINED - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Combined = (1-CC) + RRSE + RAE.
- EVALUATION_FALSE_NEGATIVE_RATE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: false negative rate.
- EVALUATION_FALSE_POSITIVE_RATE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: false positive rate.
- EVALUATION_FMEASURE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: FMeasure.
- EVALUATION_KAPPA - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Kappa statistic.
- EVALUATION_MAE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Mean absolute error.
- EVALUATION_MATTHEWS_CC - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Matthews Correlation coefficient.
- EVALUATION_PRC - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: PRC.
- EVALUATION_PRECISION - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: precision.
- EVALUATION_RAE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Relative absolute error.
- EVALUATION_RECALL - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: recall.
- EVALUATION_RMSE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Root mean squared error.
- EVALUATION_RRSE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: Root relative squared error.
- EVALUATION_TRUE_NEGATIVE_RATE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: true negative rate.
- EVALUATION_TRUE_POSITIVE_RATE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: true positive rate.
- EVALUATION_WEIGHTED_AUC - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: weighted AUC.
- EVALUATION_WEIGHTED_FMEASURE - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: weighted FMeasure.
- EVALUATION_WEIGHTED_PRC - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: weighted PRC.
- EVALUATION_WEIGHTED_PRECISION - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: weighted precision.
- EVALUATION_WEIGHTED_RECALL - Static variable in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
evaluation via: weighted recall.
- evaluationTipText() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the tip text for this property.
- expressionTipText() - Method in class weka.core.setupgenerator.MathParameter
-
Returns the tip text for this property.
- get(int, Point<Object>) - Method in class weka.classifiers.meta.multisearch.PerformanceCache
-
returns a cached performance object, null if not yet in the cache.
- getAlgorithm() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the search algorithm.
- getAlgorithm() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Returns the search algorithm.
- getBase() - Method in class weka.core.setupgenerator.MathParameter
-
Get the value of the base.
- getBaseObject() - Method in class weka.core.SetupGenerator
-
Returns the base object.
- getBestClassifier() - Method in class weka.classifiers.meta.MultiSearch
-
returns the best Classifier setup.
- getBestClassifier() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
returns the best Classifier setup.
- getBestCoordinates() - Method in class weka.classifiers.meta.MultiSearch
-
returns the points that were found to work best.
- getBestCoordinates() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
returns the points that were found to work best.
- getBestValues() - Method in class weka.classifiers.meta.MultiSearch
-
returns the parameter values that were found to work best.
- getBestValues() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
returns the parameter values that were found to work best.
- getCapabilities() - Method in class weka.classifiers.meta.MultiSearch
-
Returns default capabilities of the classifier.
- getClassifier() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
returns the Classifier setup.
- getClassifier() - Method in class weka.classifiers.meta.multisearch.Performance
-
Returns the classifier.
- getClassLabel() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the class label to retrieve the metrics for (if applicable).
- getClassLabel() - Method in class weka.classifiers.meta.multisearch.Performance
-
Returns the class label index (may not be applicable).
- getClassLabelIndex(int) - Method in class weka.classifiers.meta.MultiSearch
-
Returns the integer index.
- getClassLabelIndex(int) - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Returns the integer index.
- getCommandline(Object) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the commandline of the given object.
- getCommandline(Object) - Method in class weka.classifiers.meta.MultiSearch
-
Returns the commandline of the given object.
- getCommandline(Object) - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Returns the commandline of the given object.
- getCustomDelimiter() - Method in class weka.core.setupgenerator.ListParameter
-
Get the custom delimiter to use.
- getDebug() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Get whether debugging is turned on.
- getDefaultMetric() - Method in class weka.classifiers.meta.multisearch.AbstractEvaluationMetrics
-
Returns the ID of default metric to use.
- getDefaultMetric() - Method in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
Returns the ID of default metric to use.
- getDimension(int) - Method in class weka.core.setupgenerator.Space
-
Returns the specified dimension.
- getEvaluation() - Method in class weka.classifiers.meta.MultiSearch
-
Gets the criterion used for evaluating the classifier performance.
- getEvaluation() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Gets the criterion used for evaluating the classifier performance.
- getEvaluation() - Method in class weka.classifiers.meta.multisearch.Performance
-
Returns the evaluation type.
- getEvaluation() - Method in class weka.classifiers.meta.multisearch.PerformanceComparator
-
returns the performance measure that's used to compare the objects.
- getExpression() - Method in class weka.core.setupgenerator.MathParameter
-
Get the expression.
- getFactory() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the factory instance.
- getFactory() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Returns the factory instance.
- getGenerator() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the setup generator.
- getGenerator() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Returns the setup generator.
- getInitialSpaceNumFolds() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Gets the number of CV folds for the initial space.
- getInitialSpaceTestSet() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Gets the test set to use for the initial space.
- getItems() - Method in class weka.core.setupgenerator.ListParameter
-
Splits the list string using the appropriate delimiter.
- getItems() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Generates all possible number of layer combinations
- getLabel() - Method in class weka.core.setupgenerator.SpaceDimension
-
returns the label for the axis.
- getLenient() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Gets whether to be more lenient, eg not throw an exception when all results
have been cached.
- getList() - Method in class weka.core.setupgenerator.ListParameter
-
Get the list of values.
- getList() - Method in class weka.core.setupgenerator.ListSpaceDimension
-
Returns the list of values, null in case of a numeric dimension that
is based on a mathematical function.
- getLocation(Object) - Method in class weka.core.setupgenerator.FunctionSpaceDimension
-
returns the closest index for the given value in the dimension.
- getLocation(Object) - Method in class weka.core.setupgenerator.ListSpaceDimension
-
returns the closest index for the given value in the dimension.
- getLocation(Object) - Method in class weka.core.setupgenerator.SpaceDimension
-
returns the closest index for the given value in the dimension.
- getLocations(Point<Object>) - Method in class weka.core.setupgenerator.Space
-
Returns the locations for the given values in the various dimensions.
- getLogFile() - Method in class weka.classifiers.meta.MultiSearch
-
Gets current log file.
- getMax() - Method in class weka.core.setupgenerator.MathParameter
-
Get the value of the Maximum.
- getMax() - Method in class weka.core.setupgenerator.SpaceDimension
-
returns the right border.
- getMaxLayers() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Returns the value for this property.
- getMaxLayerSize() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Returns the value for this property.
- getMeasure(String) - Method in class weka.classifiers.meta.MultiSearch
-
Returns the value of the named measure.
- getMetric(Tag, int) - Method in class weka.classifiers.meta.multisearch.AbstractEvaluationWrapper
-
Returns the metric for the given tag.
- getMetric(int, int) - Method in class weka.classifiers.meta.multisearch.AbstractEvaluationWrapper
-
Returns the metric for the given ID.
- getMetric(int, int) - Method in class weka.classifiers.meta.multisearch.DefaultEvaluationWrapper
-
Returns the metric for the given ID.
- getMetrics() - Method in class weka.classifiers.meta.multisearch.AbstractEvaluationWrapper
-
Returns the metrics.
- getMetrics() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the evaluation metrics.
- getMetrics() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Returns the evaluation metrics.
- getMetrics() - Method in class weka.classifiers.meta.multisearch.PerformanceComparator
-
Returns the metrics in use.
- getMetricsTags() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the underlying tags.
- getMin() - Method in class weka.core.setupgenerator.MathParameter
-
Get the value of the minimum.
- getMin() - Method in class weka.core.setupgenerator.SpaceDimension
-
returns the left border.
- getMinLayers() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Returns the value for this property.
- getMinLayerSize() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Returns the value for this property.
- getNumExecutionSlots() - Method in class weka.classifiers.meta.multisearch.AbstractMultiThreadedSearch
-
Get the number of execution slots (threads) to use for building
the members of the ensemble.
- getNumIterations() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Gets the number of iterations.
- getOptions() - Method in class weka.classifiers.meta.multisearch.AbstractMultiThreadedSearch
-
returns the options of the current setup.
- getOptions() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
returns the options of the current setup.
- getOptions() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
returns the options of the current setup.
- getOptions() - Method in class weka.classifiers.meta.MultiSearch
-
returns the options of the current setup.
- getOptions() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
returns the options of the current setup.
- getOptions() - Method in class weka.core.setupgenerator.AbstractParameter
-
returns the options of the current setup.
- getOptions() - Method in class weka.core.setupgenerator.AbstractPropertyParameter
-
returns the options of the current setup.
- getOptions() - Method in class weka.core.SetupGenerator
-
returns the options of the current setup.
- getOptions() - Method in class weka.core.setupgenerator.ListParameter
-
returns the options of the current setup.
- getOptions() - Method in class weka.core.setupgenerator.MathParameter
-
returns the options of the current setup.
- getOptions() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
returns the options of the current setup.
- getOptions() - Method in class weka.core.setupgenerator.ParameterGroup
-
returns the options of the current setup.
- getParameters() - Method in class weka.core.SetupGenerator
-
Returns the current parameters.
- getParameters() - Method in class weka.core.setupgenerator.ParameterGroup
-
Returns the current parameters.
- getPerformance() - Method in class weka.classifiers.meta.multisearch.Performance
-
returns the performance measure.
- getPerformance(int) - Method in class weka.classifiers.meta.multisearch.Performance
-
returns the performance measure.
- getPerformances() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Returns the performances of the last determineBestInSpace run, if
this was ran with postClean argument set to false (for testing)
- getPerformances() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Returns the performances of the last determineBestInSpace run, if
this was ran with postClean argument set to false (for testing)
- getProperty() - Method in class weka.core.setupgenerator.AbstractPropertyParameter
-
Get the property to update.
- getRandomSeed() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Gets the number of iterations.
- getRevision() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the revision string.
- getSampleSizePercent() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Gets the sample size for the initial space search.
- getSampleSizePercent() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Gets the sample size for the search space search.
- getSearchDimensions() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the search dimensions
- getSearchParameters() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the search parameters.
- getSearchSpaceNumFolds() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Gets the number of CV folds for the search space.
- getSearchSpaceTestSet() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Gets the test set to use for the search space.
- getSeed() - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
Gets the seed for the random number generations
- getSpace() - Method in class weka.core.SetupGenerator
-
Returns the space currently in use.
- getStep() - Method in class weka.core.setupgenerator.MathParameter
-
Get the value of the step size.
- getStep() - Method in class weka.core.setupgenerator.SpaceDimension
-
returns the step size on the axis.
- getSubsequentSpaceNumFolds() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Gets the number of CV folds for the sub-sequent sub-spaces.
- getSubsequentSpaceTestSet() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Gets the test set to use for the sub-sequent sub-spaces.
- getTags() - Method in class weka.classifiers.meta.multisearch.AbstractEvaluationMetrics
-
Returns the tags to used in the GUI.
- getTags() - Method in class weka.classifiers.meta.multisearch.DefaultEvaluationMetrics
-
Returns the tags to used in the GUI.
- getTrace() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the full trace.
- getTrace() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the full trace.
- getTrace() - Method in interface weka.classifiers.meta.multisearch.TraceableOptimizer
-
Returns the full trace.
- getTraceClassifierAsCli(int) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the CLI string of a given item in the trace.
- getTraceClassifierAsCli(int) - Method in class weka.classifiers.meta.MultiSearch
-
Returns the CLI string of a given item in the trace.
- getTraceClassifierAsCli(int) - Method in interface weka.classifiers.meta.multisearch.TraceableOptimizer
-
Returns the CLI string of a given item in the trace.
- getTraceFolds(int) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the folds of a given item in the trace.
- getTraceFolds(int) - Method in class weka.classifiers.meta.MultiSearch
-
Returns the folds of a given item in the trace.
- getTraceFolds(int) - Method in interface weka.classifiers.meta.multisearch.TraceableOptimizer
-
Returns the folds of a given item in the trace.
- getTraceParameterSettings(int) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the parameter settings in structured way
- getTraceParameterSettings(int) - Method in class weka.classifiers.meta.MultiSearch
-
Returns the parameter settings in structured way
- getTraceParameterSettings(int) - Method in interface weka.classifiers.meta.multisearch.TraceableOptimizer
-
Returns the parameter settings in structured way
- getTraceSize() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the size of m_Trace, which is technically the amount of
setups that where tested in order to find the best.
- getTraceSize() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the size of m_Trace, which is technically the amount of
setups that where tested in order to find the best.
- getTraceSize() - Method in interface weka.classifiers.meta.multisearch.TraceableOptimizer
-
Returns the size of m_Trace, which is technically the amount of setups
that where tested in order to find the best.
- getTraceValue(int) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns the performance score of a given item in the trace.
- getTraceValue(int) - Method in class weka.classifiers.meta.MultiSearch
-
Returns the performance score of a given item in the trace.
- getTraceValue(int) - Method in interface weka.classifiers.meta.multisearch.TraceableOptimizer
-
Returns the performance score of a given item in the trace.
- getValue(int) - Method in class weka.core.setupgenerator.FunctionSpaceDimension
-
returns the value at the given point in the dimension.
- getValue(int) - Method in class weka.core.setupgenerator.ListSpaceDimension
-
returns the value at the given point in the dimension.
- getValue(int) - Method in class weka.core.setupgenerator.Point
-
Returns the value in the specified dimension.
- getValue(int) - Method in class weka.core.setupgenerator.SpaceDimension
-
returns the value at the given point in the dimension.
- getValues() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
returns the parameter values that were found to work best.
- getValues() - Method in class weka.classifiers.meta.multisearch.Performance
-
returns the values for this performance.
- getValues(Point<Integer>) - Method in class weka.core.setupgenerator.Space
-
Returns the double values (or list values) for the given position.
- globalInfo() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Returns a string describing the object.
- globalInfo() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Returns a string describing the object.
- globalInfo() - Method in class weka.classifiers.meta.MultiSearch
-
Returns a string describing classifier.
- globalInfo() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
- globalInfo() - Method in class weka.core.setupgenerator.AbstractParameter
-
Returns a string describing the object.
- globalInfo() - Method in class weka.core.setupgenerator.AbstractPropertyParameter
-
Returns a string describing the object.
- globalInfo() - Method in class weka.core.SetupGenerator
-
Returns a string describing the object.
- globalInfo() - Method in class weka.core.setupgenerator.ListParameter
-
Returns a string describing the object.
- globalInfo() - Method in class weka.core.setupgenerator.MathParameter
-
Returns a string describing the object.
- globalInfo() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Returns a string describing the object.
- globalInfo() - Method in class weka.core.setupgenerator.ParameterGroup
-
Returns a string describing the object.
- lenientTipText() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Returns the tip text for this property.
- listOptions() - Method in class weka.classifiers.meta.multisearch.AbstractMultiThreadedSearch
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.classifiers.meta.MultiSearch
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.core.setupgenerator.AbstractParameter
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.core.setupgenerator.AbstractPropertyParameter
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.core.SetupGenerator
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.core.setupgenerator.ListParameter
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.core.setupgenerator.MathParameter
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Gets an enumeration describing the available options.
- listOptions() - Method in class weka.core.setupgenerator.ParameterGroup
-
Gets an enumeration describing the available options.
- ListParameter - Class in weka.core.setupgenerator
-
Container class for search parameters.
- ListParameter() - Constructor for class weka.core.setupgenerator.ListParameter
-
- ListSpaceDimension - Class in weka.core.setupgenerator
-
Represents a single dimension in a multi-dimensional space that is based
on a list of values.
- ListSpaceDimension(int, int, String[], String) - Constructor for class weka.core.setupgenerator.ListSpaceDimension
-
initializes the dimension (for list values).
- listTipText() - Method in class weka.core.setupgenerator.ListParameter
-
Returns the tip text for this property.
- log(String) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
- log(String, boolean) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
- log(String) - Method in class weka.classifiers.meta.MultiSearch
-
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
- log(String, boolean) - Method in class weka.classifiers.meta.MultiSearch
-
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
- log(String) - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
- log(String, boolean) - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
- logFileTipText() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the tip text for this property.
- logPerformances(Space, Vector<Performance>, Tag) - Method in class weka.classifiers.meta.MultiSearch
-
generates a table string for all the performances in the space and returns
that.
- logPerformances(Space, Vector<Performance>) - Method in class weka.classifiers.meta.MultiSearch
-
aligns all performances in the space and prints those tables to the log
file.
- logPerformances(Space, Vector<Performance>, Tag) - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
generates a table string for all the performances in the space and returns
that.
- logPerformances(Space, Vector<Performance>) - Method in interface weka.classifiers.meta.multisearch.MultiSearchCapable
-
aligns all performances in the space and prints those tables to the log
file.
- sampleSizePercentTipText() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Returns the tip text for this property.
- sampleSizePercentTipText() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Returns the tip text for this property.
- search(Instances) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Performs the search and returns the best setup.
- searchParametersTipText() - Method in class weka.classifiers.meta.MultiSearch
-
Returns the tip text for this property.
- SearchResult() - Constructor for class weka.classifiers.meta.multisearch.AbstractSearch.SearchResult
-
- searchSpaceNumFoldsTipText() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Returns the tip text for this property.
- searchSpaceTestSetTipText() - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Returns the tip text for this property.
- setAlgorithm(AbstractSearch) - Method in class weka.classifiers.meta.MultiSearch
-
Sets the search algorithm.
- setBase(double) - Method in class weka.core.setupgenerator.MathParameter
-
Set the value of the base.
- setBaseObject(Serializable) - Method in class weka.core.SetupGenerator
-
Sets the base object, can be single object or array of objects.
- setClassifier(Classifier) - Method in class weka.classifiers.meta.MultiSearch
-
Set the base learner.
- setClassLabel(String) - Method in class weka.classifiers.meta.MultiSearch
-
Sets the class label to retrieve the metrics for (if applicable).
- setCustomDelimiter(String) - Method in class weka.core.setupgenerator.ListParameter
-
Set the custom delimiter to use.
- setDebug(boolean) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Set debugging mode.
- setEvaluation(SelectedTag) - Method in class weka.classifiers.meta.MultiSearch
-
Sets the criterion to use for evaluating the classifier performance.
- setExpression(String) - Method in class weka.core.setupgenerator.MathParameter
-
Set the expression.
- setInitialSpaceNumFolds(int) - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Sets the number of CV folds for the initial space.
- setInitialSpaceTestSet(File) - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Sets the test set to use folds for the initial space.
- setLenient(boolean) - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Sets whether to be more lenient, eg not throw an exception when all results
have been cached.
- setList(String) - Method in class weka.core.setupgenerator.ListParameter
-
Set the list of values.
- setLogFile(File) - Method in class weka.classifiers.meta.MultiSearch
-
Sets the log file to use.
- setMax(double) - Method in class weka.core.setupgenerator.MathParameter
-
Set the value of the Maximum.
- setMaxLayers(int) - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Sets the value for this property.
- setMaxLayerSize(int) - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Sets the value for this property.
- setMin(double) - Method in class weka.core.setupgenerator.MathParameter
-
Set the value of the minimum.
- setMinLayers(int) - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Sets the value for this property.
- setMinLayerSize(int) - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Sets the value for this property.
- setNumExecutionSlots(int) - Method in class weka.classifiers.meta.multisearch.AbstractMultiThreadedSearch
-
Set the number of execution slots (threads) to use for building the
members of the ensemble.
- setNumIterations(int) - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Sets the number of iterations.
- setOptions(String[]) - Method in class weka.classifiers.meta.multisearch.AbstractMultiThreadedSearch
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.classifiers.meta.MultiSearch
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.core.setupgenerator.AbstractParameter
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.core.setupgenerator.AbstractPropertyParameter
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.core.setupgenerator.ListParameter
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.core.setupgenerator.MathParameter
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.core.setupgenerator.ParameterGroup
-
Parses the options for this object.
- setOptions(String[]) - Method in class weka.core.SetupGenerator
-
Parses the options for this object.
- setOwner(MultiSearchCapable) - Method in class weka.classifiers.meta.multisearch.AbstractSearch
-
Sets the owning classifier.
- setParameters(AbstractParameter[]) - Method in class weka.core.setupgenerator.ParameterGroup
-
Sets the parameters to use as basis for the setups.
- setParameters(AbstractParameter[]) - Method in class weka.core.SetupGenerator
-
Sets the parameters to use as basis for the setups.
- setPerformance(int, double) - Method in class weka.classifiers.meta.multisearch.Performance
-
returns the performance measure.
- setProperty(String) - Method in class weka.core.setupgenerator.AbstractPropertyParameter
-
Set the property to update.
- setRandomSeed(int) - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Sets the random seed.
- setSampleSizePercent(double) - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Sets the sample size for the initial space search.
- setSampleSizePercent(double) - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Sets the sample size for the search space search.
- setSearchParameters(AbstractParameter[]) - Method in class weka.classifiers.meta.MultiSearch
-
Sets the search parameters.
- setSearchSpaceNumFolds(int) - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Sets the number of CV folds for the search space.
- setSearchSpaceTestSet(File) - Method in class weka.classifiers.meta.multisearch.RandomSearch
-
Sets the test set to use folds for the search space.
- setSpace(Space) - Method in class weka.core.SetupGenerator
-
Updates the space to use for the setup generation.
- setStep(double) - Method in class weka.core.setupgenerator.MathParameter
-
Set the value of the step size.
- setSubsequentSpaceNumFolds(int) - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Sets the number of CV folds for the sub-sequent sub-spaces.
- setSubsequentSpaceTestSet(File) - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Sets the test set to use for the sub-sequent sub-spaces.
- setup(Serializable, Point<Object>) - Method in class weka.core.SetupGenerator
-
returns a fully configures object (a copy of the provided one).
- SetupGenerator - Class in weka.core
-
Generates different setups of objects (e.g., classifiers or filters) based
on parameter settings.
- SetupGenerator() - Constructor for class weka.core.SetupGenerator
-
Default constructor.
- setups() - Method in class weka.core.SetupGenerator
-
Returns an enumeration of all the setups.
- setValue(Object, String, Object) - Method in class weka.core.SetupGenerator
-
tries to set the value as double, integer (just casts it to int!) or
boolean (false if 0, otherwise true) in the object according to the
specified path.
- size() - Method in class weka.core.setupgenerator.Space
-
Returns the size of the space.
- Space - Class in weka.core.setupgenerator
-
Represents a multidimensional value space.
- Space(SpaceDimension[]) - Constructor for class weka.core.setupgenerator.Space
-
Initializes the space.
- spaceDimension() - Method in class weka.core.setupgenerator.AbstractParameter
-
Returns the parameter as space dimensions.
- spaceDimension() - Method in class weka.core.setupgenerator.ListParameter
-
Returns the parameter as space dimensions.
- spaceDimension() - Method in class weka.core.setupgenerator.MathParameter
-
Returns the parameter as space dimensions.
- spaceDimension() - Method in class weka.core.setupgenerator.MLPLayersParameter
-
Returns the parameter as space dimensions.
- spaceDimension() - Method in class weka.core.setupgenerator.ParameterGroup
-
Returns the parameter as space dimensions.
- SpaceDimension - Class in weka.core.setupgenerator
-
Represents a single dimension in a multi-dimensional space.
- SpaceDimension() - Constructor for class weka.core.setupgenerator.SpaceDimension
-
- stepTipText() - Method in class weka.core.setupgenerator.MathParameter
-
Returns the tip text for this property.
- subdimension(int, int) - Method in class weka.core.setupgenerator.FunctionSpaceDimension
-
returns a sub-dimension with the same type/step/list, but different borders.
- subdimension(int, int) - Method in class weka.core.setupgenerator.ListSpaceDimension
-
returns a sub-dimension with the same type/step/list, but different borders.
- subdimension(int, int) - Method in class weka.core.setupgenerator.SpaceDimension
-
returns a sub-dimension with the same type/step/list, but different borders.
- subsequentSpaceNumFoldsTipText() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Returns the tip text for this property.
- subsequentSpaceTestSetTipText() - Method in class weka.classifiers.meta.multisearch.DefaultSearch
-
Returns the tip text for this property.
- subspace(Point<Integer>) - Method in class weka.core.setupgenerator.Space
-
Returns a subspace around the given point, with just one more
neighbor left and right on each dimension.