1 instantiation of TypeNaInfo
Microsoft.ML.Data (1)
Commands\TypeInfoCommand.cs (1)
155
return new
TypeNaInfo
(hasNaPred, defaultIsNa);
3 references to TypeNaInfo
Microsoft.ML.Data (3)
Commands\TypeInfoCommand.cs (3)
22
private static readonly FuncInstanceMethodInfo1<TypeInfoCommand, IChannel, PrimitiveDataViewType,
TypeNaInfo
> _kindReportMethodInfo
23
= FuncInstanceMethodInfo1<TypeInfoCommand, IChannel, PrimitiveDataViewType,
TypeNaInfo
>.Create(target => target.KindReport<int>);
140
private
TypeNaInfo
KindReport<T>(IChannel ch, PrimitiveDataViewType type)