static void n_SetErrorCorrection_D(IntPtr jnienv, IntPtr native__this, double p0)
 {
     global::Org.Neuroph.Nnet.Learning.BinaryDeltaRule __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Nnet.Learning.BinaryDeltaRule> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ErrorCorrection = p0;
 }
 static double n_GetErrorCorrection(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Nnet.Learning.BinaryDeltaRule __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Nnet.Learning.BinaryDeltaRule> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.ErrorCorrection);
 }