SvmLightLoaderSaverCatalog Class

Definition

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.

Applies to