2 implementations of GetStatsIRowOrNull
Microsoft.ML.StandardTrainers (2)
Standard\LinearModelParameters.cs (1)
391DataViewRow ICanGetSummaryAsIRow.GetStatsIRowOrNull(RoleMappedSchema schema) => GetStatsIRowOrNull(schema);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
1114DataViewRow ICanGetSummaryAsIRow.GetStatsIRowOrNull(RoleMappedSchema schema)
1 reference to GetStatsIRowOrNull
Microsoft.ML.Data (1)
EntryPoints\SummarizePredictor.cs (1)
71var statsRow = rowGetter.GetStatsIRowOrNull(schema);