AForge.Fuzzy.LinguisticVariable.ClearLabels C# (CSharp) Method

ClearLabels() public method

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