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