C# 클래스 BP_LDA.paramModel_t

파일 보기 프로젝트 열기: jvking/bp-lda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OutputType string
Phi LinearAlgebra.DenseMatrix
T float[]
T_value float
To float
U DenseMatrix
alpha float
b DenseColumnVector
beta float
eta float
flag_AdaptivenHidLayer bool
nHid int
nHidLayer int
nInput int
nOutput int

공개 메소드들

메소드 설명
paramModel_t ( ) : System
paramModel_t ( paramModel_t SrcParamModel ) : System

메소드 상세

paramModel_t() 공개 메소드

public paramModel_t ( ) : System
리턴 System

paramModel_t() 공개 메소드

public paramModel_t ( paramModel_t SrcParamModel ) : System
SrcParamModel paramModel_t
리턴 System

프로퍼티 상세

OutputType 공개적으로 프로퍼티

public string OutputType
리턴 string

Phi 공개적으로 프로퍼티

public DenseMatrix,LinearAlgebra Phi
리턴 LinearAlgebra.DenseMatrix

T 공개적으로 프로퍼티

public float[] T
리턴 float[]

T_value 공개적으로 프로퍼티

public float T_value
리턴 float

To 공개적으로 프로퍼티

public float To
리턴 float

U 공개적으로 프로퍼티

public DenseMatrix U
리턴 DenseMatrix

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

b 공개적으로 프로퍼티

public DenseColumnVector b
리턴 DenseColumnVector

beta 공개적으로 프로퍼티

public float beta
리턴 float

eta 공개적으로 프로퍼티

public float eta
리턴 float

flag_AdaptivenHidLayer 공개적으로 프로퍼티

public bool flag_AdaptivenHidLayer
리턴 bool

nHid 공개적으로 프로퍼티

public int nHid
리턴 int

nHidLayer 공개적으로 프로퍼티

public int nHidLayer
리턴 int

nInput 공개적으로 프로퍼티

public int nInput
리턴 int

nOutput 공개적으로 프로퍼티

public int nOutput
리턴 int