C# 클래스 alglib.mlpbase.multilayerperceptron, hand-gesture-recognition

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

공개 프로퍼티들

프로퍼티 타입 설명
chunks ].double[
columnmeans double[]
columnsigmas double[]
derror double[]
dfdnet double[]
hlconnections int[]
hllayersizes int[]
hlnetworktype int
hlneurons int[]
hlnormtype int
integerbuf int[]
neurons double[]
nwbuf double[]
structinfo int[]
weights double[]
x double[]
y double[]

공개 메소드들

메소드 설명
multilayerperceptron ( ) : System

메소드 상세

multilayerperceptron() 공개 메소드

public multilayerperceptron ( ) : System
리턴 System

프로퍼티 상세

chunks 공개적으로 프로퍼티

public double[,] chunks
리턴 ].double[

columnmeans 공개적으로 프로퍼티

public double[] columnmeans
리턴 double[]

columnsigmas 공개적으로 프로퍼티

public double[] columnsigmas
리턴 double[]

derror 공개적으로 프로퍼티

public double[] derror
리턴 double[]

dfdnet 공개적으로 프로퍼티

public double[] dfdnet
리턴 double[]

hlconnections 공개적으로 프로퍼티

public int[] hlconnections
리턴 int[]

hllayersizes 공개적으로 프로퍼티

public int[] hllayersizes
리턴 int[]

hlnetworktype 공개적으로 프로퍼티

public int hlnetworktype
리턴 int

hlneurons 공개적으로 프로퍼티

public int[] hlneurons
리턴 int[]

hlnormtype 공개적으로 프로퍼티

public int hlnormtype
리턴 int

integerbuf 공개적으로 프로퍼티

public int[] integerbuf
리턴 int[]

neurons 공개적으로 프로퍼티

public double[] neurons
리턴 double[]

nwbuf 공개적으로 프로퍼티

public double[] nwbuf
리턴 double[]

structinfo 공개적으로 프로퍼티

public int[] structinfo
리턴 int[]

weights 공개적으로 프로퍼티

public double[] weights
리턴 double[]

x 공개적으로 프로퍼티

public double[] x
리턴 double[]

y 공개적으로 프로퍼티

public double[] y
리턴 double[]