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

Inheritance: apobject
Datei anzeigen 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_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[]