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

Afficher le fichier Open project: dbaileychess/Compass

Méthodes publiques

Méthode Description
dfalloc ( alglib s, decisionforest forest ) : void
dfavgce ( decisionforest df, double xy, int npoints ) : double
dfavgerror ( decisionforest df, double xy, int npoints ) : double
dfavgrelerror ( decisionforest df, double xy, int npoints ) : double
dfbuildinternal ( double xy, int npoints, int nvars, int nclasses, int ntrees, int samplesize, int nfeatures, int flags, int &info, decisionforest df, dfreport rep ) : void
dfbuildrandomdecisionforest ( double xy, int npoints, int nvars, int nclasses, int ntrees, double r, int &info, decisionforest df, dfreport rep ) : void
dfbuildrandomdecisionforestx1 ( double xy, int npoints, int nvars, int nclasses, int ntrees, int nrndvars, double r, int &info, decisionforest df, dfreport rep ) : void
dfcopy ( decisionforest df1, decisionforest df2 ) : void
dfprocess ( decisionforest df, double x, double &y ) : void
dfprocessi ( decisionforest df, double x, double &y ) : void
dfrelclserror ( decisionforest df, double xy, int npoints ) : double
dfrmserror ( decisionforest df, double xy, int npoints ) : double
dfserialize ( alglib s, decisionforest forest ) : void
dfunserialize ( alglib s, decisionforest forest ) : void

Private Methods

Méthode Description
dfbuildtree ( double xy, int npoints, int nvars, int nclasses, int nfeatures, int nvarsinpool, int flags, dfinternalbuffers bufs, hqrnd rs ) : void
dfbuildtreerec ( double xy, int npoints, int nvars, int nclasses, int nfeatures, int nvarsinpool, int flags, int &numprocessed, int idx1, int idx2, dfinternalbuffers bufs, hqrnd rs ) : void
dfclserror ( decisionforest df, double xy, int npoints ) : int
dfprocessinternal ( decisionforest df, int offs, double x, double &y ) : void
dfsplitc ( double &x, int &c, int &cntbuf, int n, int nc, int flags, int &info, double &threshold, double &e, double &sortrbuf, int &sortibuf ) : void
dfsplitr ( double &x, double &y, int n, int flags, int &info, double &threshold, double &e, double &sortrbuf, double &sortrbuf2 ) : void

Method Details

dfalloc() public static méthode

public static dfalloc ( alglib s, decisionforest forest ) : void
s alglib
forest decisionforest
Résultat void

dfavgce() public static méthode

public static dfavgce ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
Résultat double

dfavgerror() public static méthode

public static dfavgerror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
Résultat double

dfavgrelerror() public static méthode

public static dfavgrelerror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
Résultat double

dfbuildinternal() public static méthode

public static dfbuildinternal ( double xy, int npoints, int nvars, int nclasses, int ntrees, int samplesize, int nfeatures, int flags, int &info, decisionforest df, dfreport rep ) : void
xy double
npoints int
nvars int
nclasses int
ntrees int
samplesize int
nfeatures int
flags int
info int
df decisionforest
rep dfreport
Résultat void

dfbuildrandomdecisionforest() public static méthode

public static dfbuildrandomdecisionforest ( double xy, int npoints, int nvars, int nclasses, int ntrees, double r, int &info, decisionforest df, dfreport rep ) : void
xy double
npoints int
nvars int
nclasses int
ntrees int
r double
info int
df decisionforest
rep dfreport
Résultat void

dfbuildrandomdecisionforestx1() public static méthode

public static dfbuildrandomdecisionforestx1 ( double xy, int npoints, int nvars, int nclasses, int ntrees, int nrndvars, double r, int &info, decisionforest df, dfreport rep ) : void
xy double
npoints int
nvars int
nclasses int
ntrees int
nrndvars int
r double
info int
df decisionforest
rep dfreport
Résultat void

dfcopy() public static méthode

public static dfcopy ( decisionforest df1, decisionforest df2 ) : void
df1 decisionforest
df2 decisionforest
Résultat void

dfprocess() public static méthode

public static dfprocess ( decisionforest df, double x, double &y ) : void
df decisionforest
x double
y double
Résultat void

dfprocessi() public static méthode

public static dfprocessi ( decisionforest df, double x, double &y ) : void
df decisionforest
x double
y double
Résultat void

dfrelclserror() public static méthode

public static dfrelclserror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
Résultat double

dfrmserror() public static méthode

public static dfrmserror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
Résultat double

dfserialize() public static méthode

public static dfserialize ( alglib s, decisionforest forest ) : void
s alglib
forest decisionforest
Résultat void

dfunserialize() public static méthode

public static dfunserialize ( alglib s, decisionforest forest ) : void
s alglib
forest decisionforest
Résultat void