DecisionTree Class Reference

Collaboration diagram for DecisionTree:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DecisionTree (int maxSplits=1)
void train (const std::vector< std::vector< float > > &data, const std::vector< int > &labels, std::vector< float > weights=std::vector< float >())
std::vector< int > predict (const std::vector< std::vector< float > > &data, std::vector< float > weights=std::vector< float >())
void printTree ()
std::deque< rutz::shared_ptr
< DecisionNode > > 
getNodes ()
void addNode (rutz::shared_ptr< DecisionNode > node)

Detailed Description

Definition at line 51 of file DecisionTree.H.


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:21:12 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3