示例#1
0
 public DimensionReductionPreprocessor(EmbeddingConverter converter) : this(modshogunPINVOKE.new_DimensionReductionPreprocessor__SWIG_1(EmbeddingConverter.getCPtr(converter)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public DimensionReductionPreprocessor(EmbeddingConverter converter) : this(modshogunPINVOKE.new_DimensionReductionPreprocessor__SWIG_1(EmbeddingConverter.getCPtr(converter)), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
示例#3
0
 internal static HandleRef getCPtr(EmbeddingConverter obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#4
0
 internal static HandleRef getCPtr(EmbeddingConverter obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }