weka.classifiers.misc.chirp
Class Binner

java.lang.Object
  extended by weka.classifiers.misc.chirp.Binner
All Implemented Interfaces:
java.io.Serializable

public class Binner
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Binner(CHDR chdr)
           
 
Method Summary
 void compute(DataSource data, double[] x, double[] y)
           
 Bin[][] getBins()
           
 CHDR getCHDR()
           
 int getNumBins()
           
 int pureCount(int row, int col)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binner

public Binner(CHDR chdr)
Method Detail

pureCount

public int pureCount(int row,
                     int col)

getBins

public Bin[][] getBins()

getNumBins

public int getNumBins()

getCHDR

public CHDR getCHDR()

compute

public void compute(DataSource data,
                    double[] x,
                    double[] y)