AForge.Fuzzy.InferenceSystem.GetRule C# (CSharp) 메소드

GetRule() 공개 메소드

Gets one of the Rules of the Rulebase.
The rule indicated in /// was not found in the rulebase.
public GetRule ( string ruleName ) : Rule
ruleName string Name of the to get.
리턴 Rule
        public Rule GetRule( string ruleName )
        {
            return this.rulebase.GetRule ( ruleName );
        }