Class StandardMHTChi2InfoJSON


public class StandardMHTChi2InfoJSON extends CTAlgorithmInfoLogging
Logging for the StandardMHTChi2Info used with an MHT algorithm.
Author:
Jamie Macaulay
  • Field Details Link icon

  • Constructor Details Link icon

    • StandardMHTChi2InfoJSON Link icon

      public StandardMHTChi2InfoJSON()
  • Method Details Link icon

    • writeJSONData Link icon

      public void writeJSONData(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo)
      Description copied from class: CTAlgorithmInfoLogging
      Write the algorithm info data - note that the algorithm type has already been added
      Specified by:
      writeJSONData in class CTAlgorithmInfoLogging
      Parameters:
      jg - - the JSON string generator.
      algorithmInfo - - the algorithm info.
    • createCTAlgorithmInfo Link icon

      public StandardMHTChi2Info createCTAlgorithmInfo(String algorithmType, com.fasterxml.jackson.databind.JsonNode jTree)
      Description copied from class: CTAlgorithmInfoLogging
      Create the CTAlgorithmInfo from a JSON string.
      Specified by:
      createCTAlgorithmInfo in class CTAlgorithmInfoLogging
      Parameters:
      algorithmType - - the algorithm type from JSON string
      jTree - - the jTree.
      Returns:
      the CTAlgorithmInfo.