|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.classifiers.j48.Stats
Class implementing a statistical routine needed by J48. This code is adapted from Ross Quinlan's implementation of C4.5.
Constructor Summary | |
Stats()
|
Method Summary | |
static double |
addErrs(double N,
double e,
float CF)
Computes estimated extra error for given total number of instances and errors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Stats()
Method Detail |
public static double addErrs(double N, double e, float CF)
N
- number of instancese
- observed errorCF
- confidence value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |