AForge.Fuzzy.LinguisticVariable.ClearLabels C# (CSharp) Méthode

ClearLabels() public méthode

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