FannWrapperDouble.neural_net.cascadetrain_on_file C# (CSharp) Method

cascadetrain_on_file() public method

public cascadetrain_on_file ( string filename, uint max_neurons, uint neurons_between_reports, float desired_error ) : void
filename string
max_neurons uint
neurons_between_reports uint
desired_error float
return void
        public void cascadetrain_on_file(string filename, uint max_neurons, uint neurons_between_reports, float desired_error)
        {
            fanndoublePINVOKE.neural_net_cascadetrain_on_file(swigCPtr, filename, max_neurons, neurons_between_reports, desired_error);
            if (fanndoublePINVOKE.SWIGPendingException.Pending) throw fanndoublePINVOKE.SWIGPendingException.Retrieve();
        }
neural_net