C# Class Coon.Compass.Procyon.alglib.alglib.dforest.decisionforest

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

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

Public Methods

Method Description
decisionforest ( ) : System
init ( ) : void
make_copy ( ) : alglib.apobject

Method Details

decisionforest() public method

public decisionforest ( ) : System
return System

init() public method

public init ( ) : void
return void

make_copy() public method

public make_copy ( ) : alglib.apobject
return alglib.apobject

Property Details

bufsize public property

public int bufsize
return int

nclasses public property

public int nclasses
return int

ntrees public property

public int ntrees
return int

nvars public property

public int nvars
return int

trees public property

public double[] trees
return double[]