Interface CTAlgorithmInfo
- All Known Implementing Classes:
 MHTAlgorithmInfo,StandardMHTChi2Info
public interface CTAlgorithmInfo
Extra results or information for each CTDataUnit from the click train algorithm. 
 .
- Author:
 - Jamie Macaulay
 
- 
Method Summary
Modifier and TypeMethodDescriptionGet the type of algorithm used.Logging class for saving algorithm info data.Get an HTML formatted string for an extra chi^2 calculation info. 
- 
Method Details
- 
getInfoString
String getInfoString()Get an HTML formatted string for an extra chi^2 calculation info.- Returns:
 - string showing info.
 
 - 
getCTAlgorithmLogging
CTAlgorithmInfoLogging getCTAlgorithmLogging()Logging class for saving algorithm info data.- Returns:
 - logging info.
 
 - 
getAlgorithmType
String getAlgorithmType()Get the type of algorithm used.- Returns:
 - the type of click train algorithm used.
 
 
 -