Accord.Neuro.Learning.DeepNeuralNetworkLearning.DeepNeuralNetworkLearning C# (CSharp) 메소드

DeepNeuralNetworkLearning() 공개 메소드

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