Exemplo n.º 1
0
 public static float train_epoch_irpropm_parallel(SWIGTYPE_p_fann ann, SWIGTYPE_p_fann_train_data data, uint threadnumb, doubleVectorVector predicted_outputs)
 {
     float ret = fanndoublePINVOKE.train_epoch_irpropm_parallel__SWIG_1(SWIGTYPE_p_fann.getCPtr(ann), SWIGTYPE_p_fann_train_data.getCPtr(data), threadnumb, doubleVectorVector.getCPtr(predicted_outputs));
     if (fanndoublePINVOKE.SWIGPendingException.Pending) throw fanndoublePINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Exemplo n.º 2
0
 public static float train_epoch_incremental_mod(SWIGTYPE_p_fann ann, SWIGTYPE_p_fann_train_data data, doubleVectorVector predicted_outputs)
 {
     float ret = fanndoublePINVOKE.train_epoch_incremental_mod__SWIG_1(SWIGTYPE_p_fann.getCPtr(ann), SWIGTYPE_p_fann_train_data.getCPtr(data), doubleVectorVector.getCPtr(predicted_outputs));
     if (fanndoublePINVOKE.SWIGPendingException.Pending) throw fanndoublePINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }