Uses of Interface
clickTrainDetector.clickTrainAlgorithms.ClickTrainAlgorithm
Packages that use ClickTrainAlgorithm
Package
Description
-
Uses of ClickTrainAlgorithm in clickTrainDetector
Methods in clickTrainDetector that return ClickTrainAlgorithmModifier and TypeMethodDescriptionClickTrainControl.getCurrentCTAlgorithm()
Get the current click train algorithm.Methods in clickTrainDetector that return types with arguments of type ClickTrainAlgorithmModifier and TypeMethodDescriptionClickTrainControl.getClickTrainAlgorithms()
Get all available click train algorithms. -
Uses of ClickTrainAlgorithm in clickTrainDetector.clickTrainAlgorithms.classificationRatio
Classes in clickTrainDetector.clickTrainAlgorithms.classificationRatio that implement ClickTrainAlgorithmModifier 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
Classes in clickTrainDetector.clickTrainAlgorithms.mht that implement ClickTrainAlgorithmModifier 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
Methods in clickTrainDetector.layout with parameters of type ClickTrainAlgorithmModifier and TypeMethodDescriptionvoid
CTSidePanelSwing.update
(ClickTrainAlgorithm currentCTAlgorithm) Update flag sent whenever an algorithm is changed, and so side pane needs changed too.