Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return Value

Type: String
String representation of the RPN fuzzy expression.
See Also