3 overrides of TryParse
Microsoft.ML.Transforms (3)
Text\NgramHashingTransformer.cs (1)
77private protected override bool TryParse(string str)
Text\WordHashBagProducingTransform.cs (2)
40private protected override bool TryParse(string str) 217private protected override bool TryParse(string str)
4 references to TryParse
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
53if (res.TryParse(str))
Microsoft.ML.Transforms (3)
ExpressionTransformer.cs (1)
233if (res.TryParse(str))
Text\TextFeaturizingEstimator.cs (1)
111if (res.TryParse(str))
Text\WordBagTransform.cs (1)
82if (res.TryParse(str))