SvmLightLoaderSaverCatalog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class SvmLightLoaderSaverCatalog
type SvmLightLoaderSaverCatalog = class
Public Module SvmLightLoaderSaverCatalog
- Inheritance
-
SvmLightLoaderSaverCatalog
Methods
CreateSvmLightLoader(DataOperationsCatalog, Nullable<Int64>, Int32, Boolean, IMultiStreamSource) |
Creates a loader that loads SVM-light format files. SvmLightLoader. |
CreateSvmLightLoaderWithFeatureNames(DataOperationsCatalog, Nullable<Int64>, IMultiStreamSource) |
Creates a loader that loads SVM-light like files, where features are specified by their names. |
LoadFromSvmLightFile(DataOperationsCatalog, String, Nullable<Int64>, Int32, Boolean) |
Load a IDataView from a text file using SvmLightLoader. |
LoadFromSvmLightFileWithFeatureNames(DataOperationsCatalog, String, Nullable<Int64>) |
Load a IDataView from a text file containing features specified by feature names, using SvmLightLoader. |
SaveInSvmLightFormat(DataOperationsCatalog, IDataView, Stream, Boolean, Boolean, String, String, String, String) |
Save the IDataView in SVM-light format. Four columns can be saved: a label and a features column, and optionally a group ID column and an example weight column. |