Documentation of 'Catalano.Fuzzy.Database' Java class
Database
Catalano.Fuzzy

Class Database



  • public class Database
    extends java.lang.Object
    The class represents a fuzzy database, a set of linguistic variables used in a Fuzzy Inference System.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Database()
      Initializes a new instance of the Database class.
    • Constructor Detail

      • Database

        public Database()
        Initializes a new instance of the Database class.
    • Method Detail

      • addVariable

        public void addVariable(LinguisticVariable variable)
        Adds a linguistic variable to the database.
        Parameters:
        variable - A linguistic variable to add.
      • ClearVariables

        public void ClearVariables()
        Removes all the linguistic variables of the database.
      • getVariable

        public LinguisticVariable getVariable(java.lang.String variableName)
        Returns an existing linguistic variable from the database.
        Parameters:
        variableName - Name of the linguistic variable to retrieve.
        Returns:
        Reference to named LinguisticVariable.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.