- gammaTipText() - Method in class weka.classifiers.functions.LibSVM
-
Returns the tip text for this property.
- getCacheSize() - Method in class weka.classifiers.functions.LibSVM
-
Gets cache memory size in MB.
- getCapabilities() - Method in class weka.classifiers.functions.LibSVM
-
Returns default capabilities of the classifier.
- getCoef0() - Method in class weka.classifiers.functions.LibSVM
-
Gets coef.
- getCost() - Method in class weka.classifiers.functions.LibSVM
-
Sets the parameter C of C-SVC, epsilon-SVR, and nu-SVR.
- getDegree() - Method in class weka.classifiers.functions.LibSVM
-
Gets the degree of the kernel.
- getDoNotReplaceMissingValues() - Method in class weka.classifiers.functions.LibSVM
-
Gets whether automatic replacement of missing values is
disabled.
- getEps() - Method in class weka.classifiers.functions.LibSVM
-
Gets tolerance of termination criterion.
- getGamma() - Method in class weka.classifiers.functions.LibSVM
-
Gets gamma.
- getKernelType() - Method in class weka.classifiers.functions.LibSVM
-
Gets type of kernel function.
- getLoss() - Method in class weka.classifiers.functions.LibSVM
-
Gets the epsilon in loss function of epsilon-SVR.
- getModelFile() - Method in class weka.classifiers.functions.LibSVM
-
Returns the file to save the libsvm-internal model to.
- getNormalize() - Method in class weka.classifiers.functions.LibSVM
-
whether to normalize input data.
- getNu() - Method in class weka.classifiers.functions.LibSVM
-
Gets nu of nu-SVC, one-class SVM, and nu-SVR (default 0.5).
- getOptions() - Method in class weka.classifiers.functions.LibSVM
-
Returns the current options.
- getProbabilityEstimates() - Method in class weka.classifiers.functions.LibSVM
-
Returns whether to generate probability estimates instead of -1/+1 for
classification problems.
- getRevision() - Method in class weka.classifiers.functions.LibSVM
-
Returns the revision string.
- getShrinking() - Method in class weka.classifiers.functions.LibSVM
-
whether to use the shrinking heuristics.
- getSVMType() - Method in class weka.classifiers.functions.LibSVM
-
Gets type of SVM.
- getTechnicalInformation() - Method in class weka.classifiers.functions.LibSVM
-
Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.
- getWeights() - Method in class weka.classifiers.functions.LibSVM
-
Gets the parameters C of class i to weight[i]*C, for C-SVC (default 1).
- globalInfo() - Method in class weka.classifiers.functions.LibSVM
-
Returns a string describing classifier.
- setCacheSize(double) - Method in class weka.classifiers.functions.LibSVM
-
Sets cache memory size in MB (default 40).
- setCoef0(double) - Method in class weka.classifiers.functions.LibSVM
-
Sets coef (default 0).
- setCost(double) - Method in class weka.classifiers.functions.LibSVM
-
Sets the parameter C of C-SVC, epsilon-SVR, and nu-SVR (default 1).
- setDegree(int) - Method in class weka.classifiers.functions.LibSVM
-
Sets the degree of the kernel.
- setDoNotReplaceMissingValues(boolean) - Method in class weka.classifiers.functions.LibSVM
-
Whether to turn off automatic replacement of missing values.
- setEps(double) - Method in class weka.classifiers.functions.LibSVM
-
Sets tolerance of termination criterion (default 0.001).
- setGamma(double) - Method in class weka.classifiers.functions.LibSVM
-
Sets gamma (default = 1/no of attributes).
- setKernelType(SelectedTag) - Method in class weka.classifiers.functions.LibSVM
-
Sets type of kernel function (default KERNELTYPE_RBF).
- setLoss(double) - Method in class weka.classifiers.functions.LibSVM
-
Sets the epsilon in loss function of epsilon-SVR (default 0.1).
- setModelFile(File) - Method in class weka.classifiers.functions.LibSVM
-
Sets the file to save the libsvm-internal model to.
- setNormalize(boolean) - Method in class weka.classifiers.functions.LibSVM
-
whether to normalize input data.
- setNu(double) - Method in class weka.classifiers.functions.LibSVM
-
Sets nu of nu-SVC, one-class SVM, and nu-SVR (default 0.5).
- setOptions(String[]) - Method in class weka.classifiers.functions.LibSVM
-
Sets the classifier options
Valid options are:
- setProbabilityEstimates(boolean) - Method in class weka.classifiers.functions.LibSVM
-
Sets whether probability estimates are generated instead of -1/+1 for
classification problems.
- setShrinking(boolean) - Method in class weka.classifiers.functions.LibSVM
-
whether to use the shrinking heuristics.
- setSVMType(SelectedTag) - Method in class weka.classifiers.functions.LibSVM
-
Sets type of SVM (default SVMTYPE_C_SVC).
- setWeights(String) - Method in class weka.classifiers.functions.LibSVM
-
Sets the parameters C of class i to weight[i]*C, for C-SVC (default 1).
- shrinkingTipText() - Method in class weka.classifiers.functions.LibSVM
-
Returns the tip text for this property.
- SVMTYPE_C_SVC - Static variable in class weka.classifiers.functions.LibSVM
-
SVM type C-SVC (classification).
- SVMTYPE_EPSILON_SVR - Static variable in class weka.classifiers.functions.LibSVM
-
SVM type epsilon-SVR (regression).
- SVMTYPE_NU_SVC - Static variable in class weka.classifiers.functions.LibSVM
-
SVM type nu-SVC (classification).
- SVMTYPE_NU_SVR - Static variable in class weka.classifiers.functions.LibSVM
-
SVM type nu-SVR (regression).
- SVMTYPE_ONE_CLASS_SVM - Static variable in class weka.classifiers.functions.LibSVM
-
SVM type one-class SVM (classification).
- SVMTypeTipText() - Method in class weka.classifiers.functions.LibSVM
-
Returns the tip text for this property.