org.apache.mahout.df
Class Bagging
java.lang.Object
org.apache.mahout.df.Bagging
public class Bagging
- extends Object
Builds a tree using bagging
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bagging
public Bagging(TreeBuilder treeBuilder,
Data data)
build
public Node build(int treeId,
Random rng,
PredictionCallback callback)
- Builds one tree
- Parameters:
treeId
- tree identifier
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.