1 implementation of ICanGetSummaryInKeyValuePairs
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
187
ICanGetSummaryInKeyValuePairs
,
7 references to ICanGetSummaryInKeyValuePairs
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (3)
257
IList<KeyValuePair<string, object>>
ICanGetSummaryInKeyValuePairs
.GetSummaryInKeyValuePairs(RoleMappedSchema schema)
260
var
saver = SubModel as
ICanGetSummaryInKeyValuePairs
;
Microsoft.ML.Ensemble (2)
PipelineEnsemble.cs (2)
693
/// - If the model implements <see cref="
ICanGetSummaryInKeyValuePairs
"/> then the value is the list of Key-Value pairs
696
/// - If the model does not implement <see cref="
ICanGetSummaryInKeyValuePairs
"/> but does implement <see cref="ICanSaveSummary"/>,
Microsoft.ML.StandardTrainers (2)
Standard\ModelStatistics.cs (2)
168
/// Support method for linear models and <see cref="
ICanGetSummaryInKeyValuePairs
"/>.
529
/// Support method for linear models and <see cref="
ICanGetSummaryInKeyValuePairs
"/>.