Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkLearningGetLayerAlgorithm Method

Gets the unsupervised learning algorithm allocated for the given layer.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public IUnsupervisedLearning GetLayerAlgorithm(
	int layerIndex
)
Request Example View Source

Parameters

layerIndex
Type: SystemInt32
The index of the layer to get the algorithm for.

Return Value

Type: IUnsupervisedLearning
See Also