7 references to Indices
Microsoft.ML.Transforms (7)
SvmLight\SvmLightLoader.cs (7)
303
public void ParseIndices(IntermediateInput input,
Indices
output)
582
var keyCol = _keyVectorsToIndexVectors.GetOutputSchema(data.Schema).GetColumnOrNull(nameof(
Indices
.FeatureKeys));
643
var schemaDef = SchemaDefinition.Create(typeof(
Indices
));
644
schemaDef[nameof(
Indices
.FeatureKeys)].ColumnType = new KeyDataViewType(typeof(uint), _featureCount);
646
new CustomMappingTransformer<IntermediateInput,
Indices
>(_host, indexParser.ParseIndices, null);
727
var col = inputSchema[nameof(
Indices
.FeatureKeys)];
757
new CustomMappingTransformer<IntermediateInput,
Indices
>(_host, indexParser.ParseIndices, null);