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

public class RatioAlgorithm extends RatioClickTrainAlgorithm
Algorithm which simply looks at the ration of one click type to another. If the ratio is above a predefined value for a specified time window then the click train is saved.
Author:
Jamie Macaulay
  • Constructor Details

    • RatioAlgorithm

      public RatioAlgorithm(ClickTrainControl clickTrainControl, int channelMap)