Class StandardMHTChi2Info

java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTAlgorithmInfo
clickTrainDetector.clickTrainAlgorithms.mht.StandardMHTChi2Info
All Implemented Interfaces:
CTAlgorithmInfo

public class StandardMHTChi2Info extends MHTAlgorithmInfo
Some extra info on the chi2 algorithms
  • Constructor Details

  • Method Details

    • getMhtChi2Names

      public String[] getMhtChi2Names()
    • getMhtChi2Chi2Vals

      public double[] getMhtChi2Chi2Vals()
    • getInfoString

      public String getInfoString()
      Description copied from interface: CTAlgorithmInfo
      Get an HTML formatted string for an extra chi^2 calculation info.
      Returns:
      string showing info.
    • getCTAlgorithmLogging

      public CTAlgorithmInfoLogging getCTAlgorithmLogging()
      Description copied from interface: CTAlgorithmInfo
      Logging class for saving algorithm info data.
      Returns:
      logging info.
    • getAlgorithmType

      public String getAlgorithmType()
      Description copied from interface: CTAlgorithmInfo
      Get the type of algorithm used.
      Returns:
      the type of click train algorithm used.