FannWrapperDouble.neural_net.set_weight C# (CSharp) Method

set_weight() public method

public set_weight ( uint from_neuron, uint to_neuron, double weight ) : void
from_neuron uint
to_neuron uint
weight double
return void
        public void set_weight(uint from_neuron, uint to_neuron, double weight)
        {
            fanndoublePINVOKE.neural_net_set_weight(swigCPtr, from_neuron, to_neuron, weight);
        }
neural_net