1 implementation of GetLabelNamesOrNull
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
756
string[] ICanGetTrainingLabelNames.
GetLabelNamesOrNull
(out DataViewType labelType)
1 reference to GetLabelNamesOrNull
Microsoft.ML.Data (1)
EntryPoints\PredictorModelImpl.cs (1)
121
return canGetTrainingLabelNames.
GetLabelNamesOrNull
(out labelType);