2 implementations of ICanGetSummaryAsIRow
Microsoft.ML.StandardTrainers (2)
Standard\LinearModelParameters.cs (1)
48ICanGetSummaryAsIRow,
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
423ICanGetSummaryAsIRow,
6 references to ICanGetSummaryAsIRow
Microsoft.ML.Data (2)
EntryPoints\SummarizePredictor.cs (2)
61var rowGetter = predictor as ICanGetSummaryAsIRow;
Microsoft.ML.StandardTrainers (4)
Standard\LinearModelParameters.cs (2)
387DataViewRow ICanGetSummaryAsIRow.GetSummaryIRowOrNull(RoleMappedSchema schema) => GetSummaryIRowOrNull(schema); 391DataViewRow ICanGetSummaryAsIRow.GetStatsIRowOrNull(RoleMappedSchema schema) => GetStatsIRowOrNull(schema);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
1109DataViewRow ICanGetSummaryAsIRow.GetSummaryIRowOrNull(RoleMappedSchema schema) 1114DataViewRow ICanGetSummaryAsIRow.GetStatsIRowOrNull(RoleMappedSchema schema)