Class ParameterCSearchResult


  • public class ParameterCSearchResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double bestC  
      private double bestScore  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bestC

        private final double bestC
      • bestScore

        private final double bestScore
    • Constructor Detail

      • ParameterCSearchResult

        public ParameterCSearchResult​(double bestC,
                                      double bestScore)
    • Method Detail

      • getBestC

        public double getBestC()
      • getBestScore

        public double getBestScore()