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 Link icon

  • Method Details Link icon

    • getMhtChi2Names Link icon

      public String[] getMhtChi2Names()
    • getMhtChi2Chi2Vals Link icon

      public double[] getMhtChi2Chi2Vals()
    • getInfoString Link icon

      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 Link icon

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

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