|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.misc.chirp.Bin
public class Bin
Field Summary | |
---|---|
double[] |
centroid
|
int[] |
classCounts
|
int |
count
|
boolean |
isCovered
|
Constructor Summary | |
---|---|
Bin(int nClasses)
|
Method Summary | |
---|---|
boolean |
isPure(int classIndex,
double purityThreshold)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double[] centroid
public int[] classCounts
public int count
public boolean isCovered
Constructor Detail |
---|
public Bin(int nClasses)
Method Detail |
---|
public boolean isPure(int classIndex, double purityThreshold)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |