Documentation of 'org.encog.ml.data.versatile.columns.ColumnDefinition' Java class
ColumnDefinition
org.encog.ml.data.versatile.columns

Class ColumnDefinition

  • All Implemented Interfaces:
    java.io.Serializable


    public class ColumnDefinition
    extends java.lang.Object
    implements java.io.Serializable
    Defines a column definition.
    See Also:
    Serialized Form
    • Constructor Detail

      • ColumnDefinition

        public ColumnDefinition(java.lang.String theName,
                                ColumnType theDataType)
        The column definition.
        Parameters:
        theName - The name of the column.
        theDataType - The type of the column.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName(java.lang.String name)
        Parameters:
        name - the name to set
      • getDataType

        public ColumnType getDataType()
        Returns:
        the dataType
      • setDataType

        public void setDataType(ColumnType dataType)
        Parameters:
        dataType - the dataType to set
      • getLow

        public double getLow()
        Returns:
        the low
      • setLow

        public void setLow(double low)
        Parameters:
        low - the low to set
      • getHigh

        public double getHigh()
        Returns:
        the high
      • setHigh

        public void setHigh(double high)
        Parameters:
        high - the high to set
      • getMean

        public double getMean()
        Returns:
        the mean
      • setMean

        public void setMean(double mean)
        Parameters:
        mean - the mean to set
      • getSd

        public double getSd()
        Returns:
        the sd
      • setSd

        public void setSd(double sd)
        Parameters:
        sd - the sd to set
      • getCount

        public int getCount()
        Returns:
        the count
      • setCount

        public void setCount(int count)
        Parameters:
        count - the count to set
      • analyze

        public void analyze(java.lang.String value)
        Analyze the specified value.
        Parameters:
        value - The value to analyze.
      • getClasses

        public java.util.List<java.lang.String> getClasses()
        Returns:
        the classes
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • defineClass

        public void defineClass(java.lang.String str)
        Define a class for a catagorical value.
        Parameters:
        str - The class to add.
      • defineClass

        public void defineClass(java.lang.String[] str)
        Define an array of classes for a catagorical value.
        Parameters:
        str - The classes to add.
      • setOwner

        public void setOwner(NormalizationHelper theOwner)
        Set the owner of this class.
        Parameters:
        theOwner - The owner of this class.
      • getIndex

        public int getIndex()
        Returns:
        the index
      • setIndex

        public void setIndex(int index)
        Parameters:
        index - the index to set

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.