C# Class FeatureExtractionLib.dforest.decisionforest

显示文件 Open project: arunganesan/hand-gesture-recognition Class Usage Examples

Public Properties

Property Type Description
bufsize int
nclasses int
ntrees int
nvars int
trees double[]

Public Methods

Method Description
decisionforest ( ) : System

Method Details

decisionforest() public method

public decisionforest ( ) : System
return System

Property Details

bufsize public_oe property

public int bufsize
return int

nclasses public_oe property

public int nclasses
return int

ntrees public_oe property

public int ntrees
return int

nvars public_oe property

public int nvars
return int

trees public_oe property

public double[] trees
return double[]