Package de.bwaldvogel.liblinear
Class ParameterCSearchResult
- java.lang.Object
-
- de.bwaldvogel.liblinear.ParameterCSearchResult
-
public class ParameterCSearchResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParameterCSearchResult(double bestC, double bestScore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getBestC()
double
getBestScore()
-