Package matchedTemplateClassifer
Class MatchedTemplateResult
java.lang.Object
matchedTemplateClassifer.MatchedTemplateResult
Class to hold results from the matched click classifier
- Author:
 - Jamie Macaulay
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe threshold of the match and reject template correlation.doubleThe threshold of the match and reject template correlation.doubleThe threshold of the match and reject template correlation. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
threshold
public double thresholdThe threshold of the match and reject template correlation. - 
matchCorr
public double matchCorrThe threshold of the match and reject template correlation. - 
rejectCorr
public double rejectCorrThe threshold of the match and reject template correlation. 
 - 
 - 
Constructor Details
- 
MatchedTemplateResult
 - 
MatchedTemplateResult
public MatchedTemplateResult() 
 -