- save(File) - Method in class de.bwaldvogel.liblinear.Model
-
- save(Writer) - Method in class de.bwaldvogel.liblinear.Model
-
- saveModel(Writer, Model) - Static method in class de.bwaldvogel.liblinear.Linear
-
Writes the model to the modelOutput.
- saveModel(File, Model) - Static method in class de.bwaldvogel.liblinear.Linear
-
Writes the model to the file with ISO-8859-1 charset.
- setC(double) - Method in class de.bwaldvogel.liblinear.Parameter
-
C is the cost of constraints violation.
- setDebugOutput(PrintStream) - Static method in class de.bwaldvogel.liblinear.Linear
-
- setEps(double) - Method in class de.bwaldvogel.liblinear.Parameter
-
eps is the stopping criterion.
- setMaxIters(int) - Method in class de.bwaldvogel.liblinear.Parameter
-
- setP(double) - Method in class de.bwaldvogel.liblinear.Parameter
-
set the epsilon in loss function of epsilon-SVR (default 0.1)
- setSolverType(SolverType) - Method in class de.bwaldvogel.liblinear.Parameter
-
- setValue(double) - Method in interface de.bwaldvogel.liblinear.Feature
-
- setValue(double) - Method in class de.bwaldvogel.liblinear.FeatureNode
-
- setWeights(double[], int[]) - Method in class de.bwaldvogel.liblinear.Parameter
-
nr_weight, weight_label, and weight are used to change the penalty
for some classes (If the weight for a class is not changed, it is
set to 1).
- SolverType - Enum in de.bwaldvogel.liblinear
-