1 write to FeatureCount
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
313
FeatureCount
= 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);
893
instSizes[instanceIndex] = prop.Value.
FeatureCount
;