Package de.bwaldvogel.liblinear
Class ParameterSearchResult
java.lang.Object
de.bwaldvogel.liblinear.ParameterSearchResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bestC
private final double bestC -
bestScore
private final double bestScore -
bestP
private final double bestP
-
-
Constructor Details
-
ParameterSearchResult
public ParameterSearchResult(double bestC, double bestScore, double bestP)
-
-
Method Details
-
getBestC
public double getBestC() -
getBestScore
public double getBestScore() -
getBestP
public double getBestP()
-