AForge.Fuzzy.Rulebase.Rulebase C# (CSharp) 메소드

Rulebase() 공개 메소드

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