Share via


SvmLightLoaderSaverCatalog.LoadFromSvmLightFileWithFeatureNames Method

Definition

Load a IDataView from a text file containing features specified by feature names, using SvmLightLoader.

public static Microsoft.ML.IDataView LoadFromSvmLightFileWithFeatureNames (this Microsoft.ML.DataOperationsCatalog catalog, string path, long? numberOfRows = default);
static member LoadFromSvmLightFileWithFeatureNames : Microsoft.ML.DataOperationsCatalog * string * Nullable<int64> -> Microsoft.ML.IDataView
<Extension()>
Public Function LoadFromSvmLightFileWithFeatureNames (catalog As DataOperationsCatalog, path As String, Optional numberOfRows As Nullable(Of Long) = Nothing) As IDataView

Parameters

path
String

The path to the file.

numberOfRows
Nullable<Int64>

The number of rows from the sample to be used for determining the set of feature names.

Returns

Applies to