Uses of Interface
clickTrainDetector.clickTrainAlgorithms.CTAlgorithmInfo
Package
Description
-
Uses of CTAlgorithmInfo in clickTrainDetector
Modifier and TypeMethodDescriptionCTDataUnit.getCTAlgorithmInfo()
Set the click train algorithm info class.Modifier and TypeMethodDescriptionvoid
CTDataUnit.setCTAlgorithmInfo
(CTAlgorithmInfo ctAlgorithmInfo) Set the click train algorithm info class. -
Uses of CTAlgorithmInfo in clickTrainDetector.clickTrainAlgorithms
Modifier and TypeMethodDescriptionCTAlgorithmInfoLogging.createCTAlgorithmInfo
(String jsonString) Get the algorithmInfo class from a stringabstract CTAlgorithmInfo
CTAlgorithmInfoLogging.createCTAlgorithmInfo
(String algorithmType, com.fasterxml.jackson.databind.JsonNode jTree) Create the CTAlgorithmInfo from a JSON string.CTAlgorithmInfoManager.getAlgorithmInfo
(String jsonString) Get CT algorithm logging depending on the algorithm.,Modifier and TypeMethodDescriptionCTAlgorithmInfoLogging.getJsonString
(CTAlgorithmInfo algorithmInfo) Create a standard xml like string of the algorithm inof data which can be written to the relational database.abstract void
CTAlgorithmInfoLogging.writeJSONData
(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo) Write the algorithm info data - note that the algorithm type has already been added -
Uses of CTAlgorithmInfo in clickTrainDetector.clickTrainAlgorithms.mht
Modifier and TypeClassDescriptionclass
AlgorithmInfo for the MHT algorithm.class
Some extra info on the chi2 algorithmsModifier and TypeMethodDescriptionvoid
MHTAlgorithmInfoJSON.writeJSONData
(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo) void
StandardMHTChi2InfoJSON.writeJSONData
(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo)