Class PercentileSelectorBottom

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

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

    Constructors 
    Constructor Description
    PercentileSelectorBottom()  
  • Method Summary

    Modifier and Type Method Description
    static double getBottomPercentileCutoff​(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

    • getBottomPercentileCutoff

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