6 references to Get
Microsoft.ML.Core (2)
Utilities\NormStr.cs (2)
156
return
Get
(str, true);
172
return
Get
("", add);
Microsoft.ML.Data (2)
Transforms\ValueToKeyMappingTransformerImpl.cs (2)
614
ectx.CheckDecode(pool.
Get
("") == null);
628
host.CheckDecode(_pool.
Get
("") == null);
Microsoft.ML.Transforms (2)
Text\StopWordsRemovingTransformer.cs (1)
1010
Host.CheckDecode(stopwords.
Get
("") == null);
Text\WordEmbeddingsExtractor.cs (1)
113
if (_pool.
Get
(word) == null)