weka.classifiers.misc.chirp
Class RectangularCover

java.lang.Object
  extended by weka.classifiers.misc.chirp.RectangularCover

public class RectangularCover
extends java.lang.Object


Constructor Summary
RectangularCover(Bin2D bin2D, int minCoveredPoints, double purityThreshold)
           
 
Method Summary
 int compute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularCover

public RectangularCover(Bin2D bin2D,
                        int minCoveredPoints,
                        double purityThreshold)
Method Detail

compute

public int compute()