Popolo
Popolo
名前空間
Popolo.MachineLearning
MultiLayerPerceptron クラス
MultiLayerPerceptron メソッド
ForwardPropagate メソッド
GetHiddenNeuronNumber メソッド
GetOutput メソッド
InitializeParameters メソッド
StartLearning メソッド
ToString メソッド
MultiLayerPerceptron
GetHiddenNeuronNumber メソッド
中間層素子数を取得する
名前空間:
Popolo.MachineLearning
アセンブリ:
Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文
C#
コピー
public
uint
GetHiddenNeuronNumber
(
int
hiddenLayerIndex
)
パラメーター
hiddenLayerIndex
型:
System
Int32
中間層の層番号
戻り値
型:
UInt32
中間層素子数
関連項目
参照
MultiLayerPerceptron クラス
Popolo.MachineLearning 名前空間