|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.df.Bagging
public class Bagging
Builds a tree using bagging
Constructor Summary | |
---|---|
Bagging(TreeBuilder treeBuilder,
Data data)
|
Method Summary | |
---|---|
Node |
build(int treeId,
java.util.Random rng,
PredictionCallback callback)
Builds one tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bagging(TreeBuilder treeBuilder, Data data)
Method Detail |
---|
public Node build(int treeId, java.util.Random rng, PredictionCallback callback)
treeId
- tree identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |