Class MHTClassifierMAT
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT.MHTClassifierMAT
MHT classifiers for the Java / MATLAB interface.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassifier(String type, CTClassifierParams clssfrsettings) Add a classifier based on an input settings class and type stringvoidclassify(CTDataUnit dataUnit) Add classification info to a CTData unit 
- 
Constructor Details
- 
MHTClassifierMAT
public MHTClassifierMAT() 
 - 
 - 
Method Details
- 
addClassifier
Add a classifier based on an input settings class and type string- Parameters:
 type- - classifier type. Option are "Template", "Simple" and "Bearing"clssfrsettings-
 - 
classify
Add classification info to a CTData unit- Parameters:
 dataUnit- - the data unit to classify
 
 -