forestApply

PURPOSE ^

Apply learned forest classifier.

SYNOPSIS ^

function [hs,probs] = forestApply( data, forest, maxDepth, minCount )

DESCRIPTION ^

 Apply learned forest classifier.

 USAGE
  [hs,probs] = forestApply( data, forest, [maxDepth], [minCount] )

 INPUTS
  data     - [NxF] N length F feature vectors
  forest   - learned forest classification model
  maxDepth - [] maximum depth of tree
  minCount - [] minimum number of data points to allow split

 OUTPUTS
  hs       - [Nx1] predicted output labels
  probs    - [NxH] predicted output label probabilities

 EXAMPLE

 See also forestTrain

 Piotr's Image&Video Toolbox      Version 3.01
 Copyright 2012 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Simplified BSD License [see external/bsd.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003