1 write to TypeOutput
Microsoft.ML.Data (1)
Transforms\KeyToValue.cs (1)
295TypeOutput = typeVal;
24 references to TypeOutput
Microsoft.ML.Data (24)
Transforms\KeyToValue.cs (24)
321Parent.Host.Assert(TypeOutput.RawType == typeof(TValue)); 325DataViewType outputItemType = TypeOutput.GetItemType(); 466var outType = PfaUtils.Type.PfaTypeOrNullForColumnType(TypeOutput); 473var defaultToken = PfaUtils.Type.DefaultTokenOrNull(TypeOutput); 475if (TypeOutput is TextDataViewType) 519if (TypeOutput == NumberDataViewType.Double || TypeOutput == BooleanDataViewType.Instance) 521else if (TypeOutput == NumberDataViewType.Int64 || TypeOutput == NumberDataViewType.UInt16 || 522TypeOutput == NumberDataViewType.Int32 || TypeOutput == NumberDataViewType.Int16 || 523TypeOutput == NumberDataViewType.UInt64 || TypeOutput == NumberDataViewType.UInt32) 531if (TypeOutput == NumberDataViewType.Int64 || TypeOutput == NumberDataViewType.Int32 || 532TypeOutput == NumberDataViewType.Int16 || TypeOutput == NumberDataViewType.UInt64 || 533TypeOutput == NumberDataViewType.UInt32 || TypeOutput == NumberDataViewType.UInt16) 540castNode.AddAttribute("to", TypeOutput.RawType); 542else if (TypeOutput == NumberDataViewType.Single) 547else if (TypeOutput == NumberDataViewType.Double) 557else if (TypeOutput == TextDataViewType.Instance) 562else if (TypeOutput == BooleanDataViewType.Instance)