リサイズはクリックかドラッグ

MultiLayerPerceptronGetHiddenNeuronNumber メソッド

中間層素子数を取得する

名前空間:  Popolo.MachineLearning
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文
C#
public uint GetHiddenNeuronNumber(
	int hiddenLayerIndex
)

パラメーター

hiddenLayerIndex
型: SystemInt32
中間層の層番号

戻り値

型: UInt32
中間層素子数
関連項目