1 write to TypeSrc
Microsoft.ML.Data (1)
Transforms\TransformBase.cs (1)
290TypeSrc = typeSrc;
5 references to TypeSrc
Microsoft.ML.Data (5)
Transforms\LabelIndicatorTransform.cs (5)
187ch.Assert(TestIsMulticlassLabel(info.TypeSrc) == null); 189if (info.TypeSrc.GetKeyCount() > 0) 202if (info.TypeSrc == NumberDataViewType.Single) 214if (info.TypeSrc == NumberDataViewType.Double) 226throw Host.ExceptNotSupp($"Label column type is not supported for binary remapping: {info.TypeSrc}. Supported types: key, float, double.");