Exemple #1
0
 public override void get_string_list(SWIGTYPE_p_shogun__SGStringT_char_t strings, SWIGTYPE_p_int num_str, SWIGTYPE_p_int max_string_len)
 {
     modshogunPINVOKE.BinaryFile_get_string_list__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(strings), SWIGTYPE_p_int.getCPtr(num_str), SWIGTYPE_p_int.getCPtr(max_string_len));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public virtual void set_string_list(SWIGTYPE_p_shogun__SGStringT_char_t strings, int num_str)
 {
     modshogunPINVOKE.File_set_string_list__SWIG_2(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(strings), num_str);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public void set_plif_transform_type(SWIGTYPE_p_shogun__SGStringT_char_t transform_type, int num_values)
 {
     modshogunPINVOKE.PlifMatrix_set_plif_transform_type__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(transform_type), num_values);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public void set_plif_names(SWIGTYPE_p_shogun__SGStringT_char_t names, int num_values)
 {
     modshogunPINVOKE.PlifMatrix_set_plif_names__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(names), num_values);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
    public SWIGTYPE_p_shogun__SGStringT_char_t get_vector()
    {
        SWIGTYPE_p_shogun__SGStringT_char_t ret = new SWIGTYPE_p_shogun__SGStringT_char_t(modshogunPINVOKE.StreamingStringCharFeatures_get_vector(swigCPtr), true);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__SGStringT_char_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #7
0
 public void set_plif_transform_type(SWIGTYPE_p_shogun__SGStringT_char_t transform_type, int num_values) {
   modshogunPINVOKE.PlifMatrix_set_plif_transform_type__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(transform_type), num_values);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemple #8
0
 public void set_plif_names(SWIGTYPE_p_shogun__SGStringT_char_t names, int num_values) {
   modshogunPINVOKE.PlifMatrix_set_plif_names__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(names), num_values);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemple #9
0
 public CharStringList(SWIGTYPE_p_shogun__SGStringT_char_t s, int num_s, int max_length) : this(modshogunPINVOKE.new_CharStringList__SWIG_2(SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(s), num_s, max_length), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Exemple #10
0
 public override void set_string_list(SWIGTYPE_p_shogun__SGStringT_char_t strings, int num_str) {
   modshogunPINVOKE.BinaryFile_set_string_list__SWIG_1(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(strings), num_str);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 public SWIGTYPE_p_shogun__SGStringT_char_t get_vector() {
   SWIGTYPE_p_shogun__SGStringT_char_t ret = new SWIGTYPE_p_shogun__SGStringT_char_t(modshogunPINVOKE.StreamingStringCharFeatures_get_vector(swigCPtr), true);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__SGStringT_char_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #13
0
 public CharStringList(SWIGTYPE_p_shogun__SGStringT_char_t s, int num_s, int max_length) : this(modshogunPINVOKE.new_CharStringList__SWIG_2(SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(s), num_s, max_length), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #14
0
 public virtual void get_string_list(SWIGTYPE_p_shogun__SGStringT_char_t strings, SWIGTYPE_p_int num_str, SWIGTYPE_p_int max_string_len) {
   modshogunPINVOKE.File_get_string_list__SWIG_2(swigCPtr, SWIGTYPE_p_shogun__SGStringT_char_t.getCPtr(strings), SWIGTYPE_p_int.getCPtr(num_str), SWIGTYPE_p_int.getCPtr(max_string_len));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }