コード例 #1
0
 public void create(DatasetInterface dataset)
 {
     rysyPINVOKE.Batch_create(swigCPtr, DatasetInterface.getCPtr(dataset));
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public EmbeddedNetworkTest(DatasetInterface dataset, SWIGTYPE_p_EmbeddedNet nn) : this(rysyPINVOKE.new_EmbeddedNetworkTest(DatasetInterface.getCPtr(dataset), SWIGTYPE_p_EmbeddedNet.getCPtr(nn)), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public ClassificationExperiment(DatasetInterface dataset, string experiment_dir, string network_config_file) : this(rysyPINVOKE.new_ClassificationExperiment(DatasetInterface.getCPtr(dataset), experiment_dir, network_config_file), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
ファイル: DatasetInterface.cs プロジェクト: michalnand/rysy
 public DatasetInterface(DatasetInterface other) : this(rysyPINVOKE.new_DatasetInterface__SWIG_1(DatasetInterface.getCPtr(other)), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }