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