|
DeepBeliefNetworkLearningGetLayerAlgorithm Method
|
Namespace:
Accord.Neuro.Learning
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public IUnsupervisedLearning GetLayerAlgorithm(
int layerIndex
)
Public Function GetLayerAlgorithm (
layerIndex As Integer
) As IUnsupervisedLearning
Request Example
View SourceParameters
- layerIndex
- Type: SystemInt32
The index of the layer to get the algorithm for.
Return Value
Type:
IUnsupervisedLearningSee Also