Skip navigation links
A B D E F G L M N O P R S T W 

A

ACCURACY - Static variable in class weka.classifiers.meta.ThresholdSelector
accuracy

B

buildClassifier(Instances) - Method in class weka.classifiers.meta.ThresholdSelector
Generates the classifier.

D

designatedClassTipText() - Method in class weka.classifiers.meta.ThresholdSelector
 
distributionForInstance(Instance) - Method in class weka.classifiers.meta.ThresholdSelector
Calculates the class membership probabilities for the given test instance.

E

EVAL_CROSS_VALIDATION - Static variable in class weka.classifiers.meta.ThresholdSelector
n-fold cross-validation
EVAL_TRAINING_SET - Static variable in class weka.classifiers.meta.ThresholdSelector
entire training set
EVAL_TUNED_SPLIT - Static variable in class weka.classifiers.meta.ThresholdSelector
single tuned fold
evaluationModeTipText() - Method in class weka.classifiers.meta.ThresholdSelector
 

F

FMEASURE - Static variable in class weka.classifiers.meta.ThresholdSelector
F-measure

G

getCapabilities() - Method in class weka.classifiers.meta.ThresholdSelector
Returns default capabilities of the classifier.
getDesignatedClass() - Method in class weka.classifiers.meta.ThresholdSelector
Gets the method to determine which class value to optimize.
getEvaluationMode() - Method in class weka.classifiers.meta.ThresholdSelector
Gets the evaluation mode used.
getManualThresholdValue() - Method in class weka.classifiers.meta.ThresholdSelector
Returns the value of the manual threshold.
getMeasure() - Method in class weka.classifiers.meta.ThresholdSelector
get measure used for determining threshold
getNumXValFolds() - Method in class weka.classifiers.meta.ThresholdSelector
Get the number of folds used for cross-validation.
getOptions() - Method in class weka.classifiers.meta.ThresholdSelector
Gets the current settings of the Classifier.
getRangeCorrection() - Method in class weka.classifiers.meta.ThresholdSelector
Gets the confidence range correction mode used.
getRevision() - Method in class weka.classifiers.meta.ThresholdSelector
Returns the revision string.
globalInfo() - Method in class weka.classifiers.meta.ThresholdSelector
 
graph() - Method in class weka.classifiers.meta.ThresholdSelector
Returns graph describing the classifier (if possible).
graphType() - Method in class weka.classifiers.meta.ThresholdSelector
Returns the type of graph this classifier represents.

L

listOptions() - Method in class weka.classifiers.meta.ThresholdSelector
Returns an enumeration describing the available options.

M

main(String[]) - Static method in class weka.classifiers.meta.ThresholdSelector
Main method for testing this class.
manualThresholdValueTipText() - Method in class weka.classifiers.meta.ThresholdSelector
 
measureTipText() - Method in class weka.classifiers.meta.ThresholdSelector
Tooltip for this property.

N

numXValFoldsTipText() - Method in class weka.classifiers.meta.ThresholdSelector
 

O

OPTIMIZE_0 - Static variable in class weka.classifiers.meta.ThresholdSelector
first class value
OPTIMIZE_1 - Static variable in class weka.classifiers.meta.ThresholdSelector
second class value
OPTIMIZE_LFREQ - Static variable in class weka.classifiers.meta.ThresholdSelector
least frequent class value
OPTIMIZE_MFREQ - Static variable in class weka.classifiers.meta.ThresholdSelector
most frequent class value
OPTIMIZE_POS_NAME - Static variable in class weka.classifiers.meta.ThresholdSelector
class value name, either 'yes' or 'pos(itive)'

P

PRECISION - Static variable in class weka.classifiers.meta.ThresholdSelector
precision

R

RANGE_BOUNDS - Static variable in class weka.classifiers.meta.ThresholdSelector
Correct based on min/max observed
RANGE_NONE - Static variable in class weka.classifiers.meta.ThresholdSelector
no range correction
rangeCorrectionTipText() - Method in class weka.classifiers.meta.ThresholdSelector
 
RECALL - Static variable in class weka.classifiers.meta.ThresholdSelector
recall

S

setDesignatedClass(SelectedTag) - Method in class weka.classifiers.meta.ThresholdSelector
Sets the method to determine which class value to optimize.
setEvaluationMode(SelectedTag) - Method in class weka.classifiers.meta.ThresholdSelector
Sets the evaluation mode used.
setManualThresholdValue(double) - Method in class weka.classifiers.meta.ThresholdSelector
Sets the value for a manual threshold.
setMeasure(SelectedTag) - Method in class weka.classifiers.meta.ThresholdSelector
set measure used for determining threshold
setNumXValFolds(int) - Method in class weka.classifiers.meta.ThresholdSelector
Set the number of folds used for cross-validation.
setOptions(String[]) - Method in class weka.classifiers.meta.ThresholdSelector
Parses a given list of options.
setRangeCorrection(SelectedTag) - Method in class weka.classifiers.meta.ThresholdSelector
Sets the confidence range correction mode used.

T

TAGS_EVAL - Static variable in class weka.classifiers.meta.ThresholdSelector
The evaluation modes
TAGS_MEASURE - Static variable in class weka.classifiers.meta.ThresholdSelector
the measure to use
TAGS_OPTIMIZE - Static variable in class weka.classifiers.meta.ThresholdSelector
How to determine which class value to optimize for
TAGS_RANGE - Static variable in class weka.classifiers.meta.ThresholdSelector
Type of correction applied to threshold range
ThresholdSelector - Class in weka.classifiers.meta
A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier.
ThresholdSelector() - Constructor for class weka.classifiers.meta.ThresholdSelector
Constructor.
toString() - Method in class weka.classifiers.meta.ThresholdSelector
Returns description of the cross-validated classifier.
TP_RATE - Static variable in class weka.classifiers.meta.ThresholdSelector
true-positive rate
TRUE_NEG - Static variable in class weka.classifiers.meta.ThresholdSelector
true-negative
TRUE_POS - Static variable in class weka.classifiers.meta.ThresholdSelector
true-positive

W

weka.classifiers.meta - package weka.classifiers.meta
 
A B D E F G L M N O P R S T W 
Skip navigation links