1 write to FeatureCount
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
313FeatureCount = featureCount;
3 references to FeatureCount
Microsoft.ML.Mkl.Components (3)
SymSgdClassificationTrainer.cs (3)
680_instIndices.GiveArrayOfSize(prop.Value.FeatureCount, out indicesGcHandle, out indicesStartIndex); 688_instValues.GiveArrayOfSize(prop.Value.FeatureCount, out valuesGcHandle, out valuesStartIndex); 893instSizes[instanceIndex] = prop.Value.FeatureCount;