Exemplo n.º 1
0
    public bool obtain_from_simple(ULongIntFeatures sf)
    {
        bool ret = modshogunPINVOKE.SparseUlongFeatures_obtain_from_simple(swigCPtr, ULongIntFeatures.getCPtr(sf));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 2
0
 public ULongIntFeatures(ULongIntFeatures orig) : this(modshogunPINVOKE.new_ULongIntFeatures__SWIG_2(ULongIntFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public StreamingULongIntFeatures(ULongIntFeatures simple_features) : this(modshogunPINVOKE.new_StreamingULongIntFeatures__SWIG_3(ULongIntFeatures.getCPtr(simple_features)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }