Uses of Class
matchedTemplateClassifer.MatchTemplate
Package
Description
-
Uses of MatchTemplate in clickTrainDetector.classification.templateClassifier
Modifier and TypeFieldDescriptionSpectrumTemplateDataUnit.spectrumTemplate
TemplateClassifierParams.spectrumTemplate
Match FFT template.TemplateCorrParams.spectrumTemplate
Match FFT template.Modifier and TypeMethodDescriptionstatic MatchTemplate[]
DefualtSpectrumTemplates.getDefaultTemplates()
Spectrum templates.static MatchTemplate
DefualtSpectrumTemplates.getTemplate
(DefualtSpectrumTemplates.SpectrumTemplateType templateType) Get a default spectrum template.. -
Uses of MatchTemplate in clickTrainDetector.layout.classification.templateClassifier
Modifier and TypeMethodDescriptionvoid
TemplateSpectrumPane.setSpectrum
(MatchTemplate template) Set the spectrum template. -
Uses of MatchTemplate in matchedTemplateClassifer
Modifier and TypeFieldDescriptionMTClassifier.waveformMatch
The waveform to matchMTClassifier.waveformReject
The waveform to rejectModifier and TypeMethodDescriptionMatchTemplate.clone()
static MatchTemplate[]
DefaultTemplates.getDefaultTemplates()
Get a list of default templates.ImportTemplateCSV.importTemplate
(File filePath) ImportTemplateMAT.importTemplate
(File filePath) TemplateImport.importTemplate
(File filePath) Import templateModifier and TypeMethodDescriptionstatic ArrayList<MatchTemplate>
MTClassifierTest.importClicks
(String filePath, float sR) Import a bunch of clicks from a .mat filestatic ArrayList<MatchTemplate>
MTClassifierTest.importTemplate
(String filePath) Import a bunch of clicks from a .mat filestatic ArrayList<MatchTemplate>
MTClassifierTest.importTemplates
(String filePath) Import a multiple templates.Modifier 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