SvmLightLoaderSaverCatalog.LoadFromSvmLightFileWithFeatureNames 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.
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
- catalog
- DataOperationsCatalog
The DataOperationsCatalog catalog.
- path
- String
The path to the file.
The number of rows from the sample to be used for determining the set of feature names.