2 implementations of GetSummaryIRowOrNull
Microsoft.ML.StandardTrainers (2)
Standard\LinearModelParameters.cs (1)
387
DataViewRow ICanGetSummaryAsIRow.
GetSummaryIRowOrNull
(RoleMappedSchema schema) => GetSummaryIRowOrNull(schema);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
1109
DataViewRow ICanGetSummaryAsIRow.
GetSummaryIRowOrNull
(RoleMappedSchema schema)
1 reference to GetSummaryIRowOrNull
Microsoft.ML.Data (1)
EntryPoints\SummarizePredictor.cs (1)
66
var row = rowGetter.
GetSummaryIRowOrNull
(schema);