Beispiel #1
0
 static void n_SetWeight_Lorg_neuroph_core_Weight_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Org.Neuroph.Core.Connection __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Core.Connection> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Org.Neuroph.Core.Weight     p0     = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Core.Weight> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Weight = p0;
 }
Beispiel #2
0
 static double n_GetWeightedInput(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Core.Connection __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Core.Connection> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.WeightedInput);
 }
Beispiel #3
0
 static IntPtr n_GetWeight(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Core.Connection __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Core.Connection> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Weight));
 }