SvmLightLoaderSaverCatalog.CreateSvmLightLoaderWithFeatureNames Method

Definition

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

numberOfRows
Nullable<Int64>

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.

Returns

Applies to