C# 클래스 alglib.mlpe.mlpensemble, hand-gesture-recognition

파일 보기 프로젝트 열기: arunganesan/hand-gesture-recognition

공개 프로퍼티들

프로퍼티 타입 설명
columnmeans double[]
columnsigmas double[]
dfdnet double[]
ensemblesize int
issoftmax bool
neurons double[]
nin int
nout int
postprocessing bool
serializedlen int
serializedmlp double[]
structinfo int[]
tmpmeans double[]
tmpsigmas double[]
tmpweights double[]
wcount int
weights double[]
y double[]

공개 메소드들

메소드 설명
mlpensemble ( ) : System

메소드 상세

mlpensemble() 공개 메소드

public mlpensemble ( ) : System
리턴 System

프로퍼티 상세

columnmeans 공개적으로 프로퍼티

public double[] columnmeans
리턴 double[]

columnsigmas 공개적으로 프로퍼티

public double[] columnsigmas
리턴 double[]

dfdnet 공개적으로 프로퍼티

public double[] dfdnet
리턴 double[]

ensemblesize 공개적으로 프로퍼티

public int ensemblesize
리턴 int

issoftmax 공개적으로 프로퍼티

public bool issoftmax
리턴 bool

neurons 공개적으로 프로퍼티

public double[] neurons
리턴 double[]

nin 공개적으로 프로퍼티

public int nin
리턴 int

nout 공개적으로 프로퍼티

public int nout
리턴 int

postprocessing 공개적으로 프로퍼티

public bool postprocessing
리턴 bool

serializedlen 공개적으로 프로퍼티

public int serializedlen
리턴 int

serializedmlp 공개적으로 프로퍼티

public double[] serializedmlp
리턴 double[]

structinfo 공개적으로 프로퍼티

public int[] structinfo
리턴 int[]

tmpmeans 공개적으로 프로퍼티

public double[] tmpmeans
리턴 double[]

tmpsigmas 공개적으로 프로퍼티

public double[] tmpsigmas
리턴 double[]

tmpweights 공개적으로 프로퍼티

public double[] tmpweights
리턴 double[]

wcount 공개적으로 프로퍼티

public int wcount
리턴 int

weights 공개적으로 프로퍼티

public double[] weights
리턴 double[]

y 공개적으로 프로퍼티

public double[] y
리턴 double[]