17 references to KeyCount
Microsoft.ML.AutoML.Tests (2)
AutoFitTests.cs (2)
700new TextLoader.Column(userIdColumnName, DataKind.UInt32, new [] { new TextLoader.Range(1) }, new KeyCount(20)), 701new TextLoader.Column(itemIdColumnName, DataKind.UInt32, new [] { new TextLoader.Range(2) }, new KeyCount(40)),
Microsoft.ML.Data (4)
Data\SchemaDefinition.cs (1)
44KeyCount = new KeyCount(count);
DataLoadSave\Text\TextSaver.cs (1)
505keyCount = new KeyCount(key.Count);
Transforms\TypeConverting.cs (1)
287keyCount = new KeyCount(count);
Transforms\ValueMapping.cs (1)
536valueColumn.KeyCount = new KeyCount(keyMax + 1);
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
657new TextLoader.Column("Label", DataKind.UInt32 , new [] { new TextLoader.Range(0) }, new KeyCount(10)), 789new TextLoader.Column("Label", DataKind.UInt32, new []{ new TextLoader.Range(0) }, new KeyCount(10)), 882new TextLoader.Column("Label", DataKind.UInt32 , new [] { new TextLoader.Range(0) }, new KeyCount(10)),
Microsoft.ML.Tests (8)
OnnxConversionTest.cs (1)
1039}, new KeyCount(10))
TrainerEstimators\MatrixFactorizationTests.cs (2)
165new TextLoader.Column(matrixColumnIndexColumnName, DataKind.UInt32, new [] { new TextLoader.Range(1) }, new KeyCount(20)), 166new TextLoader.Column(matrixRowIndexColumnName, DataKind.UInt32, new [] { new TextLoader.Range(2) }, new KeyCount(40)),
Transformers\ConvertTests.cs (1)
401DataKind.UInt64, "key", new KeyCount(4)) }).Fit(dataView);
Transformers\FeatureSelectionTests.cs (3)
149new TextLoader.Column("Label", DataKind.UInt32, new[]{ new TextLoader.Range(0) }, new KeyCount(3)), 171new TextLoader.Column("Label", DataKind.UInt32, new[] { new TextLoader.Range(0) }, new KeyCount(3)), 209new TextLoader.Column("Label", DataKind.UInt32, new[]{ new TextLoader.Range(0) }, new KeyCount(3)),
Transformers\KeyToValueTests.cs (1)
33new TextLoader.Column("BareKey", DataKind.UInt32, new[] { new TextLoader.Range(0) }, new KeyCount(6))