C# 클래스 Coon.Compass.Procyon.alglib.alglib.dforest

파일 보기 프로젝트 열기: dbaileychess/Compass

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

dfalloc() 공개 정적인 메소드

public static dfalloc ( alglib s, decisionforest forest ) : void
s alglib
forest decisionforest
리턴 void

dfavgce() 공개 정적인 메소드

public static dfavgce ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
리턴 double

dfavgerror() 공개 정적인 메소드

public static dfavgerror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
리턴 double

dfavgrelerror() 공개 정적인 메소드

public static dfavgrelerror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
리턴 double

dfbuildinternal() 공개 정적인 메소드

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
리턴 void

dfbuildrandomdecisionforest() 공개 정적인 메소드

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
리턴 void

dfbuildrandomdecisionforestx1() 공개 정적인 메소드

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
리턴 void

dfcopy() 공개 정적인 메소드

public static dfcopy ( decisionforest df1, decisionforest df2 ) : void
df1 decisionforest
df2 decisionforest
리턴 void

dfprocess() 공개 정적인 메소드

public static dfprocess ( decisionforest df, double x, double &y ) : void
df decisionforest
x double
y double
리턴 void

dfprocessi() 공개 정적인 메소드

public static dfprocessi ( decisionforest df, double x, double &y ) : void
df decisionforest
x double
y double
리턴 void

dfrelclserror() 공개 정적인 메소드

public static dfrelclserror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
리턴 double

dfrmserror() 공개 정적인 메소드

public static dfrmserror ( decisionforest df, double xy, int npoints ) : double
df decisionforest
xy double
npoints int
리턴 double

dfserialize() 공개 정적인 메소드

public static dfserialize ( alglib s, decisionforest forest ) : void
s alglib
forest decisionforest
리턴 void

dfunserialize() 공개 정적인 메소드

public static dfunserialize ( alglib s, decisionforest forest ) : void
s alglib
forest decisionforest
리턴 void