Accord.Neuro.Learning.DeepNeuralNetworkLearning.DeepNeuralNetworkLearning C# (CSharp) Method

DeepNeuralNetworkLearning() public method

Creates a new DeepBeliefNetworkLearning algorithm.
public DeepNeuralNetworkLearning ( DeepBeliefNetwork network ) : System
network Accord.Neuro.Networks.DeepBeliefNetwork The network to be trained.
return System
        public DeepNeuralNetworkLearning(DeepBeliefNetwork network)
        {
            this.network = network;
        }