SvmLightLoaderSaverCatalog.CreateSvmLightLoaderWithFeatureNames Method
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.
Creates a loader that loads SVM-light like files, where features are specified by their names.
public static Microsoft.ML.Data.SvmLightLoader CreateSvmLightLoaderWithFeatureNames (this Microsoft.ML.DataOperationsCatalog catalog, long? numberOfRows = default, Microsoft.ML.Data.IMultiStreamSource dataSample = default);
static member CreateSvmLightLoaderWithFeatureNames : Microsoft.ML.DataOperationsCatalog * Nullable<int64> * Microsoft.ML.Data.IMultiStreamSource -> Microsoft.ML.Data.SvmLightLoader
<Extension()>
Public Function CreateSvmLightLoaderWithFeatureNames (catalog As DataOperationsCatalog, Optional numberOfRows As Nullable(Of Long) = Nothing, Optional dataSample As IMultiStreamSource = Nothing) As SvmLightLoader
Parameters
- catalog
- DataOperationsCatalog
The DataOperationsCatalog catalog.
The number of rows from the sample to be used for determining the set of feature names.
- dataSample
- IMultiStreamSource
A data sample to be used for determining the set of features names.