Package hex.gbm

Gradient Boosting Machine.

See:
          Description

Class Summary
DBinHistogram A Histogram, computed in parallel over a Vec.
DHistogram<T extends DHistogram> A DHistogram, computed in parallel over a Vec.
DTree A Decision Tree, laid over a Frame of Vecs, and built distributed.
DTree.DecidedNode<UDN extends DTree.UndecidedNode>  
DTree.LeafNode  
DTree.Node  
DTree.Split  
DTree.TreeModel  
DTree.TreeModel.CompressedTree  
DTree.TreeModel.TreeStats  
DTree.TreeModel.TreeVisitor<T extends Exception> Abstract visitor class for serialized trees.
DTree.UndecidedNode  
GBM  
GBM.GBMModel  
SharedTreeModelBuilder  
 

Package hex.gbm Description

Gradient Boosting Machine.