static void n_UpdateNetworkWeights(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Core.Learning.UnsupervisedLearning __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Core.Learning.UnsupervisedLearning> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.UpdateNetworkWeights();
 }