Class RatioClickTrainAlgorithm

java.lang.Object
clickTrainDetector.clickTrainAlgorithms.classificationRatio.RatioClickTrainAlgorithm
All Implemented Interfaces:
ClickTrainAlgorithm
Direct Known Subclasses:
RatioAlgorithm

public class RatioClickTrainAlgorithm extends Object implements ClickTrainAlgorithm
Click train algorithm which is very simple. It looks at the ratio of unclassified clicks to classified clicks. If the ratio reaches a certain threshold then a all classified clicks within the time window are added to a click train.

The ratio algorithm is not particularly sophisticated, however, it is useful for finding areas in the data which might have high numbers of true positive detections whilst ignoring sections of data that have high numbers of false positives

Author:
Jamie Macaulay