Accord.Fuzzy.FuzzyOutput.ClearOutput C# (CSharp) Method

ClearOutput() private method

Removes all the linguistic variables of the database.
private ClearOutput ( ) : void
return void
        internal void ClearOutput( )
        {
            this.outputList.Clear( );
        }
    }