Class ParameterSearchResult

java.lang.Object
de.bwaldvogel.liblinear.ParameterSearchResult

public class ParameterSearchResult
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ParameterSearchResult​(double bestC, double bestScore, double bestP)  
  • Method Summary

    Modifier and Type Method Description
    double getBestC()  
    double getBestP()  
    double getBestScore()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParameterSearchResult

      public ParameterSearchResult​(double bestC, double bestScore, double bestP)
  • Method Details