Accord.Fuzzy.Rulebase.Rulebase C# (CSharp) Method

Rulebase() public method

Initializes a new instance of the Rulebase class.
public Rulebase ( ) : System
return System
        public Rulebase(  )
        {
            // instance of the rules list 
            this.rules = new Dictionary<string, Rule>( 20 );
        }