4 references to Names
Microsoft.ML.Transforms (4)
SvmLight\SvmLightLoader.cs (3)
561
if (_indicesKind != FeatureIndices.
Names
)
649
_indicesKind == FeatureIndices.
Names
, schema).GetOutputSchema(schema);
759
return CreateOutputTransformer(_host, (int)_featureCount, _indicesKind == FeatureIndices.
Names
, data.Schema).Transform(data);
SvmLight\SvmLightLoaderSaverCatalog.cs (1)
53
{ NumberOfRows = numberOfRows, FeatureIndices = SvmLightLoader.FeatureIndices.
Names
}, dataSample);