Package matchedTemplateClassifer
Class MatchedTemplateResult
java.lang.Object
matchedTemplateClassifer.MatchedTemplateResult
Class to hold results from the matched click classifier
- Author:
- Jamie Macaulay
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The threshold of the match and reject template correlation.double
The threshold of the match and reject template correlation.double
The threshold of the match and reject template correlation. -
Constructor Summary
-
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()
-