6 references to AnnotationsAsRow
Microsoft.ML.StandardTrainers (3)
Standard\LinearModelParameters.cs (2)
384
return AnnotationUtils.
AnnotationsAsRow
(builder.ToAnnotations());
554
return AnnotationUtils.
AnnotationsAsRow
(meta);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
1122
return AnnotationUtils.
AnnotationsAsRow
(meta);
Microsoft.ML.Tests (3)
Transformers\HashTests.cs (3)
135
var inRow = AnnotationUtils.
AnnotationsAsRow
(builder.ToAnnotations());
167
inRow = AnnotationUtils.
AnnotationsAsRow
(builder.ToAnnotations());
198
inRow = AnnotationUtils.
AnnotationsAsRow
(builder.ToAnnotations());