47 instantiations of KeyDataViewType
Microsoft.ML.AutoML.Tests (1)
Microsoft.ML.Core (1)
Microsoft.ML.Core.Tests (3)
Microsoft.ML.Data (23)
Microsoft.ML.DataView (1)
Microsoft.ML.FastTree (1)
Microsoft.ML.PerformanceTests (3)
Microsoft.ML.Recommender (2)
Microsoft.ML.Tests (5)
Transformers\HashTests.cs (4)
233HashTestCore((byte)value, new KeyDataViewType(typeof(byte), byte.MaxValue - 1), eKey, eoKey, e3Key, ecKey, 0);
238HashTestCore((ushort)value, new KeyDataViewType(typeof(ushort), ushort.MaxValue - 1), eKey, eoKey, e3Key, ecKey, 0);
243HashTestCore((uint)value, new KeyDataViewType(typeof(uint), int.MaxValue - 1), eKey, eoKey, e3Key, ecKey, 0);
269HashTestCore(value, new KeyDataViewType(typeof(ulong), int.MaxValue - 1), eKey, eoKey, e3Key, ecKey, 0);
Microsoft.ML.TorchSharp (4)
Microsoft.ML.Transforms (3)
283 references to KeyDataViewType
Microsoft.ML.AutoML (1)
Microsoft.ML.Core (18)
Microsoft.ML.Core.Tests (7)
Microsoft.ML.Data (159)
Microsoft.ML.DataView (14)
Microsoft.ML.Ensemble (7)
PipelineEnsemble.cs (6)
602if (!(labelType is KeyDataViewType labelKeyType))
612return Utils.MarshalInvoke(CheckKeyLabelColumnCore<int>, mdType.ItemType.RawType, env, models, (KeyDataViewType)labelType, schema, labelCol.Index, mdType);
620env.Assert(!(labelType is KeyDataViewType));
645private static int CheckKeyLabelColumnCore<T>(IHostEnvironment env, PredictorModel[] models, KeyDataViewType labelType, DataViewSchema schema, int labelIndex, VectorDataViewType keyValuesType)
665var curLabelType = labelCol.Type as KeyDataViewType;
Microsoft.ML.EntryPoints (2)
Microsoft.ML.FastTree (5)
TreeEnsembleFeaturizer.cs (4)
740string col, KeyDataViewType type, int seed)
744KeyDataViewType dstType = new KeyDataViewType(typeof(ulong), type.Count);
804if (!(labelType is KeyDataViewType))
811return Utils.MarshalInvoke(AppendFloatMapper<int>, labelType.RawType, env, ch, input, labelName, (KeyDataViewType)labelType,
Microsoft.ML.LightGbm (8)
Microsoft.ML.OnnxConverter (1)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.Recommender (14)
Microsoft.ML.StandardTrainers (5)
Microsoft.ML.TestFrameworkCommon (3)
Microsoft.ML.Tests (19)
Microsoft.ML.Transforms (17)
Microsoft.ML.Vision (2)