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