Uses of Class
matchedTemplateClassifer.MatchedTemplateResult
-
Uses of MatchedTemplateResult in matchedTemplateClassifer
Modifier and TypeMethodDescriptionMTClassifier.calcCorrelationMatch
(ComplexArray click, float sR) Calculate a value for the click reject and match template ration correlationModifier and TypeMethodDescriptionstatic List<MatchedTemplateResult>
MTClassifierTest.testCorrelation
(double[] testWaveform, float sR, ArrayList<MatchTemplate> templates) Test the correlation of several templatesstatic List<MatchedTemplateResult>
MTClassifierTest.testCorrelation
(double[] testWaveform, float sR, ArrayList<MatchTemplate> templates, int normalisation) Test the correlation of several templates -
Uses of MatchedTemplateResult in matchedTemplateClassifer.annotation
Modifier and TypeMethodDescriptionvoid
MatchedClickAnnotation.setMatchedTemplateResult
(MatchedTemplateResult matchedTemplateResult) Set the matched template classifier result for the annotation.Modifier and TypeMethodDescriptionvoid
MatchedClickAnnotation.setMatchedTemplateResult
(List<MatchedTemplateResult> matchedTemplateResult) Set the matched template classifier result for the annotation.ModifierConstructorDescriptionMatchedClickAnnotation
(MatchedClickAnnotationType matchedClickType, MatchedTemplateResult matchedTemplateResult) Get the matched template classifier result for the data annotationModifierConstructorDescriptionMatchedClickAnnotation
(MatchedClickAnnotationType matchedClickType, List<MatchedTemplateResult> matchedTemplateResult) Get the matched template classifier result for the data annotation