Uses of Interface
clickTrainDetector.clickTrainAlgorithms.CTAlgorithmInfo
Packages that use CTAlgorithmInfo
Package
Description
-
Uses of CTAlgorithmInfo in clickTrainDetector
Methods in clickTrainDetector that return CTAlgorithmInfoModifier and TypeMethodDescriptionCTDataUnit.getCTAlgorithmInfo()
Set the click train algorithm info class.Methods in clickTrainDetector with parameters of type CTAlgorithmInfoModifier and TypeMethodDescriptionvoid
CTDataUnit.setCTAlgorithmInfo
(CTAlgorithmInfo ctAlgorithmInfo) Set the click train algorithm info class. -
Uses of CTAlgorithmInfo in clickTrainDetector.clickTrainAlgorithms
Methods in clickTrainDetector.clickTrainAlgorithms that return CTAlgorithmInfoModifier 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.,Methods in clickTrainDetector.clickTrainAlgorithms with parameters of type CTAlgorithmInfoModifier 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
Classes in clickTrainDetector.clickTrainAlgorithms.mht that implement CTAlgorithmInfoModifier and TypeClassDescriptionclass
AlgorithmInfo for the MHT algorithm.class
Some extra info on the chi2 algorithmsMethods in clickTrainDetector.clickTrainAlgorithms.mht that return CTAlgorithmInfoMethods in clickTrainDetector.clickTrainAlgorithms.mht with parameters of type CTAlgorithmInfoModifier and TypeMethodDescriptionvoid
MHTAlgorithmInfoJSON.writeJSONData
(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo) void
StandardMHTChi2InfoJSON.writeJSONData
(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo)