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