Exemplo n.º 1
0
 public void create(DatasetInterface dataset)
 {
     rysyPINVOKE.Batch_create(swigCPtr, DatasetInterface.getCPtr(dataset));
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 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();
     }
 }
Exemplo n.º 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();
     }
 }
Exemplo n.º 4
0
 public DatasetInterface(DatasetInterface other) : this(rysyPINVOKE.new_DatasetInterface__SWIG_1(DatasetInterface.getCPtr(other)), true)
 {
     if (rysyPINVOKE.SWIGPendingException.Pending)
     {
         throw rysyPINVOKE.SWIGPendingException.Retrieve();
     }
 }