public interface MultiSearchCapable
extends weka.classifiers.Classifier
| Modifier and Type | Method and Description |
|---|---|
AbstractSearch |
getAlgorithm()
Returns the search algorithm.
|
weka.classifiers.Classifier |
getBestClassifier()
returns the best Classifier setup.
|
Point<Object> |
getBestCoordinates()
returns the points that were found to work best.
|
Point<Object> |
getBestValues()
returns the parameter values that were found to work best.
|
weka.classifiers.Classifier |
getClassifier()
returns the Classifier setup.
|
int |
getClassLabelIndex(int upper)
Returns the integer index.
|
String |
getCommandline(Object obj)
Returns the commandline of the given object.
|
weka.core.SelectedTag |
getEvaluation()
Gets the criterion used for evaluating the classifier performance.
|
AbstractEvaluationFactory |
getFactory()
Returns the factory instance.
|
SetupGenerator |
getGenerator()
Returns the setup generator.
|
AbstractEvaluationMetrics |
getMetrics()
Returns the evaluation metrics.
|
int |
getSeed()
Gets the seed for the random number generations
|
void |
log(String message)
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
|
void |
log(String message,
boolean onlyLog)
prints the specified message to stdout if debug is on and can also dump
the message to a log file.
|
void |
logPerformances(Space space,
Vector<Performance> performances)
aligns all performances in the space and prints those tables to the log
file.
|
String |
logPerformances(Space space,
Vector<Performance> performances,
weka.core.Tag type)
generates a table string for all the performances in the space and returns
that.
|
void log(String message)
message - the message to print or store in a log filevoid log(String message, boolean onlyLog)
message - the message to print or store in a log fileonlyLog - if true the message will only be put into the log file
but not to stdoutString logPerformances(Space space, Vector<Performance> performances, weka.core.Tag type)
space - the current space to align the performances toperformances - the performances to aligntype - the type of performancevoid logPerformances(Space space, Vector<Performance> performances)
space - the current space to align the performances toperformances - the performances to alignString getCommandline(Object obj)
obj - the object to create the commandline forAbstractEvaluationFactory getFactory()
AbstractEvaluationMetrics getMetrics()
AbstractSearch getAlgorithm()
Point<Object> getBestValues()
Point<Object> getBestCoordinates()
weka.classifiers.Classifier getBestClassifier()
weka.classifiers.Classifier getClassifier()
SetupGenerator getGenerator()
int getClassLabelIndex(int upper)
upper - the maximum to useweka.core.SelectedTag getEvaluation()
int getSeed()
Copyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.