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