|
RuleGetRPNExpression Method
|
Converts the RPN fuzzy expression into a string representation.
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public string GetRPNExpression()
Public Function GetRPNExpression As String
Request Example
View SourceReturn Value
Type:
StringString representation of the RPN fuzzy expression.
See Also