本文整理汇总了C#中SerializableFile类的典型用法代码示例。如果您正苦于以下问题:C# SerializableFile类的具体用法?C# SerializableFile怎么用?C# SerializableFile使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
SerializableFile类属于命名空间,在下文中一共展示了SerializableFile类的10个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: load_serializable
public bool load_serializable(SerializableFile file) {
bool ret = modshogunPINVOKE.WordMatrix_load_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file));
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例2: save_serializable
public bool save_serializable(SerializableFile file) {
bool ret = modshogunPINVOKE.ULongIntSparseMatrix_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file));
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例3: save_serializable
public bool save_serializable(SerializableFile file, string prefix) {
bool ret = modshogunPINVOKE.WordMatrix_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix);
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例4: save_serializable
public bool save_serializable(SerializableFile file) {
bool ret = modshogunPINVOKE.CrossValidationResult_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file));
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例5: load_serializable
public bool load_serializable(SerializableFile file, string prefix) {
bool ret = modshogunPINVOKE.IntSparseVector_load_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix);
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例6: load_serializable
public override bool load_serializable(SerializableFile file) {
bool ret = modshogunPINVOKE.DynamicWordArray_load_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file));
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例7: save_serializable
public override bool save_serializable(SerializableFile file, string prefix) {
bool ret = modshogunPINVOKE.DynamicIntArray_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix);
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例8: getCPtr
internal static HandleRef getCPtr(SerializableFile obj) {
return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
}
示例9: save_serializable
public bool save_serializable(SerializableFile file) {
bool ret = modshogunPINVOKE.ShortRealNDArray_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file));
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
示例10: save_serializable
public virtual bool save_serializable(SerializableFile file) {
bool ret = modshogunPINVOKE.SGObject_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file));
if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
return ret;
}