Class PercentileSelectorTop

java.lang.Object
net.lifove.clami.percentileselectors.PercentileSelectorTop

public class PercentileSelectorTop
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PercentileSelectorTop()  
  • Method Summary

    Modifier and Type Method Description
    static double getTopPercentileCutoff​(weka.core.Instances instances, java.lang.String positiveLabel, java.util.HashMap<java.lang.Double,​java.lang.Integer> percentileCorrelation)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTopPercentileCutoff

      public static double getTopPercentileCutoff​(weka.core.Instances instances, java.lang.String positiveLabel, java.util.HashMap<java.lang.Double,​java.lang.Integer> percentileCorrelation)