Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DBNanalysis
RBMlayer
C# 클래스 DBNanalysis.RBMlayer
파일 보기
프로젝트 열기: raygit/GPUMLib
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
biasHiddenLayer
float[]
biasVisibleLayer
float[]
weights
float[]
공개 메소드들
메소드
설명
Weight
(
int
j
,
int
i
) :
float
메소드 상세
Weight()
공개
메소드
public
Weight
(
int
j
,
int
i
) :
float
j
int
i
int
리턴
float
프로퍼티 상세
biasHiddenLayer
공개적으로 프로퍼티
public
float[]
biasHiddenLayer
리턴
float[]
biasVisibleLayer
공개적으로 프로퍼티
public
float[]
biasVisibleLayer
리턴
float[]
weights
공개적으로 프로퍼티
public
float[]
weights
리턴
float[]