AForge.Fuzzy.LinguisticVariable.ClearLabels C# (CSharp) 메소드

ClearLabels() 공개 메소드

Removes all the linguistic labels of the linguistic variable.
public ClearLabels ( ) : void
리턴 void
        public void ClearLabels( )
        {
            this.labels.Clear( );
        }