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 TypeMethodDescriptionvoidCTDataUnit.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 CTAlgorithmInfoCTAlgorithmInfoLogging.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 voidCTAlgorithmInfoLogging.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 TypeClassDescriptionclassAlgorithmInfo for the MHT algorithm.classSome extra info on the chi2 algorithmsMethods in clickTrainDetector.clickTrainAlgorithms.mht that return CTAlgorithmInfoMethods in clickTrainDetector.clickTrainAlgorithms.mht with parameters of type CTAlgorithmInfoModifier and TypeMethodDescriptionvoidMHTAlgorithmInfoJSON.writeJSONData(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo) voidStandardMHTChi2InfoJSON.writeJSONData(com.fasterxml.jackson.core.JsonGenerator jg, CTAlgorithmInfo algorithmInfo)