FannWrapperDouble.neural_net.set_weight_array C# (CSharp) Метод

set_weight_array() публичный Метод

public set_weight_array ( Connection connections, uint num_connections ) : void
connections Connection
num_connections uint
Результат void
        public void set_weight_array(Connection connections, uint num_connections)
        {
            fanndoublePINVOKE.neural_net_set_weight_array(swigCPtr, Connection.getCPtr(connections), num_connections);
        }
neural_net