Uses of Class
matchedTemplateClassifer.MatchedTemplateResult
Packages that use MatchedTemplateResult
- 
Uses of MatchedTemplateResult in matchedTemplateClassifer
Methods in matchedTemplateClassifer that return MatchedTemplateResultModifier and TypeMethodDescriptionMTClassifier.calcCorrelationMatch(ComplexArray click, float sR) Calculate a value for the click reject and match template ration correlationMethods in matchedTemplateClassifer that return types with arguments of type MatchedTemplateResultModifier 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
Methods in matchedTemplateClassifer.annotation that return types with arguments of type MatchedTemplateResultMethods in matchedTemplateClassifer.annotation with parameters of type MatchedTemplateResultModifier and TypeMethodDescriptionvoidMatchedClickAnnotation.setMatchedTemplateResult(MatchedTemplateResult matchedTemplateResult) Set the matched template classifier result for the annotation.Method parameters in matchedTemplateClassifer.annotation with type arguments of type MatchedTemplateResultModifier and TypeMethodDescriptionvoidMatchedClickAnnotation.setMatchedTemplateResult(List<MatchedTemplateResult> matchedTemplateResult) Set the matched template classifier result for the annotation.Constructors in matchedTemplateClassifer.annotation with parameters of type MatchedTemplateResultModifierConstructorDescriptionMatchedClickAnnotation(MatchedClickAnnotationType matchedClickType, MatchedTemplateResult matchedTemplateResult) Get the matched template classifier result for the data annotationConstructor parameters in matchedTemplateClassifer.annotation with type arguments of type MatchedTemplateResultModifierConstructorDescriptionMatchedClickAnnotation(MatchedClickAnnotationType matchedClickType, List<MatchedTemplateResult> matchedTemplateResult) Get the matched template classifier result for the data annotation