6 overrides of TryParse
Microsoft.ML.Data (3)
Transforms\Hashing.cs (1)
91
private protected override bool
TryParse
(string str)
Transforms\SlotsDroppingTransformer.cs (1)
64
private protected override bool
TryParse
(string str)
Transforms\TypeConverting.cs (1)
78
private protected override bool
TryParse
(string str)
Microsoft.ML.Transforms (3)
MissingValueReplacing.cs (1)
97
private protected override bool
TryParse
(string str)
OneHotEncoding.cs (1)
43
private protected override bool
TryParse
(string str)
OneHotHashEncoding.cs (1)
57
private protected override bool
TryParse
(string str)
37 references to TryParse
Microsoft.ML.Data (11)
Transforms\ColumnCopying.cs (1)
127
if (res.
TryParse
(str))
Transforms\KeyToValue.cs (1)
44
if (res.
TryParse
(str))
Transforms\KeyToVector.cs (1)
74
if (res.
TryParse
(str))
Transforms\LabelConvertTransform.cs (1)
34
if (res.
TryParse
(str))
Transforms\LabelIndicatorTransform.cs (1)
57
if (res.
TryParse
(str))
Transforms\NormalizeColumn.cs (3)
95
if (res.
TryParse
(str))
118
if (res.
TryParse
(str))
139
if (res.
TryParse
(str))
Transforms\SlotsDroppingTransformer.cs (1)
72
if (!base.
TryParse
(str.Substring(0, ich)))
Transforms\ValueMapping.cs (1)
396
if (res.
TryParse
(str))
Transforms\ValueToKeyMappingTransformer.cs (1)
84
if (res.
TryParse
(str))
Microsoft.ML.ImageAnalytics (5)
ImageGrayscale.cs (1)
42
if (res.
TryParse
(str))
ImageLoader.cs (1)
45
if (res.
TryParse
(str))
ImagePixelExtractor.cs (1)
72
if (res.
TryParse
(str))
ImageResizer.cs (1)
56
if (res.
TryParse
(str))
VectorToImageTransform.cs (1)
86
if (res.
TryParse
(str))
Microsoft.ML.Mkl.Components (1)
VectorWhitening.cs (1)
99
if (res.
TryParse
(str))
Microsoft.ML.PCA (1)
PcaTransformer.cs (1)
81
if (res.
TryParse
(str))
Microsoft.ML.Transforms (19)
Dracula\CountTableTransformer.cs (1)
398
if (res.
TryParse
(str))
Dracula\CountTargetEncodingTransformer.cs (1)
112
if (res.
TryParse
(str))
GcnTransform.cs (2)
98
if (res.
TryParse
(str))
125
if (res.
TryParse
(str))
HashJoiningTransform.cs (1)
91
if (res.
TryParse
(str))
MissingValueDroppingTransformer.cs (1)
72
if (res.
TryParse
(str))
MissingValueHandlingTransformer.cs (1)
91
if (res.
TryParse
(str))
MissingValueIndicatorTransform.cs (1)
31
if (res.
TryParse
(str))
MissingValueIndicatorTransformer.cs (1)
43
if (res.
TryParse
(str))
RandomFourierFeaturizing.cs (1)
77
if (res.
TryParse
(str))
Text\LdaTransform.cs (1)
152
if (res.
TryParse
(str))
Text\NgramTransform.cs (1)
63
if (res.
TryParse
(str))
Text\StopWordsRemovingTransformer.cs (2)
84
if (res.
TryParse
(str))
695
if (res.
TryParse
(str))
Text\TextNormalizing.cs (1)
42
if (res.
TryParse
(str))
Text\TokenizingByCharacters.cs (1)
42
if (res.
TryParse
(str))
Text\WordBagTransform.cs (1)
386
if (res.
TryParse
(str))
Text\WordEmbeddingsExtractor.cs (1)
47
if (res.
TryParse
(str))
Text\WordTokenizing.cs (1)
52
if (res.
TryParse
(str))