GentleBoostBinary Class Reference

Collaboration diagram for GentleBoostBinary:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GentleBoostBinary (int maxTreeSize=1)
std::vector< float > predict (const std::vector< std::vector< float > > &data)
std::vector< float > predict (const std::vector< std::vector< float > > &data, std::vector< float > weights)
void train (const std::vector< std::vector< float > > &data, const std::vector< int > &labels, int maxIters)
void train (const std::vector< std::vector< float > > &data, const std::vector< int > &labels, int maxIters, std::vector< float > &predictions)
void clear ()
 Remove all training.
void printTree ()
 Print underlying decision tree.
void writeTree (std::ostream &outstream)
void readTree (std::istream &instream)

Detailed Description

Definition at line 50 of file GentleBoostBinary.H.


Member Function Documentation

void GentleBoostBinary::clear (  ) 

Remove all training.

Definition at line 252 of file GentleBoostBinary.C.

void GentleBoostBinary::printTree (  ) 

Print underlying decision tree.

Definition at line 175 of file GentleBoostBinary.C.

References rutz::shared_ptr< T >::is_valid().


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