Class StandardMHTChi2Info
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.MHTAlgorithmInfo
clickTrainDetector.clickTrainAlgorithms.mht.StandardMHTChi2Info
- All Implemented Interfaces:
 CTAlgorithmInfo
Some extra info on the chi2 algorithms
- 
Constructor Summary
ConstructorsConstructorDescriptionStandardMHTChi2Info(String[] mhtChi2Names, double[] mhtChi2Chi2Vals) StandardMHTChi2Info(ArrayList<MHTChi2Var<PamDataUnit>> mhtChi2Vars, StandardMHTChi2Params standardMHTChi2Params)  - 
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.double[]String[]Methods inherited from class clickTrainDetector.clickTrainAlgorithms.mht.MHTAlgorithmInfo
getMhtChi2Type, setMhtChi2Type 
- 
Constructor Details
- 
StandardMHTChi2Info
public StandardMHTChi2Info(ArrayList<MHTChi2Var<PamDataUnit>> mhtChi2Vars, StandardMHTChi2Params standardMHTChi2Params)  - 
StandardMHTChi2Info
 
 - 
 - 
Method Details
- 
getMhtChi2Names
 - 
getMhtChi2Chi2Vals
public double[] getMhtChi2Chi2Vals() - 
getInfoString
Description copied from interface:CTAlgorithmInfoGet an HTML formatted string for an extra chi^2 calculation info.- Returns:
 - string showing info.
 
 - 
getCTAlgorithmLogging
Description copied from interface:CTAlgorithmInfoLogging class for saving algorithm info data.- Returns:
 - logging info.
 
 - 
getAlgorithmType
Description copied from interface:CTAlgorithmInfoGet the type of algorithm used.- Returns:
 - the type of click train algorithm used.
 
 
 -