12 references to GetSlotNames
Microsoft.ML.FastTree (3)
FastTree.cs (2)
3151
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, NumFeatures, ref names);
3183
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, NumFeatures, ref names);
GamModelParameters.cs (1)
373
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, _numInputFeatures, ref names);
Microsoft.ML.Mkl.Components (1)
OlsLinearRegression.cs (1)
902
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, Weight.Length, ref names);
Microsoft.ML.StandardTrainers (8)
Standard\LinearModelParameters.cs (2)
377
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, Weight.Length, ref names);
552
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, Weight.Length, ref names);
Standard\LinearPredictorUtils.cs (3)
38
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, weights.Length, ref featureNames);
106
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, weights.Length, ref featureNames);
232
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, weights.Length, ref names);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (3)
839
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, NumberOfFeatures, ref names);
1100
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, NumberOfFeatures, ref dst);
1120
AnnotationUtils.
GetSlotNames
(schema, RoleMappedSchema.ColumnRole.Feature, Weights.Length, ref names);