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