Uses of Interface
clickTrainDetector.clickTrainAlgorithms.ClickTrainAlgorithm
Package
Description
-
Uses of ClickTrainAlgorithm in clickTrainDetector
Modifier and TypeMethodDescriptionClickTrainControl.getCurrentCTAlgorithm()
Get the current click train algorithm.Modifier and TypeMethodDescriptionClickTrainControl.getClickTrainAlgorithms()
Get all available click train algorithms. -
Uses of ClickTrainAlgorithm in clickTrainDetector.clickTrainAlgorithms.classificationRatio
Modifier and TypeClassDescriptionclass
Algorithm which simply looks at the ration of one click type to another.class
Click train algorithm which is very simple. -
Uses of ClickTrainAlgorithm in clickTrainDetector.clickTrainAlgorithms.mht
Modifier and TypeClassDescriptionclass
A click train algorithm based on a multi-hypothesis tracker (MHT) which groups data based on a minimisation function. -
Uses of ClickTrainAlgorithm in clickTrainDetector.layout
Modifier and TypeMethodDescriptionvoid
CTSidePanelSwing.update
(ClickTrainAlgorithm currentCTAlgorithm) Update flag sent whenever an algorithm is changed, and so side pane needs changed too.