Documentation of 'org.encog.util.arrayutil.TemporalWindowField' Java class
TemporalWindowField
org.encog.util.arrayutil

Class TemporalWindowField



  • public class TemporalWindowField
    extends java.lang.Object
    This class specifies how fields are to be used by the TemporalWindowCSV class.
    • Constructor Detail

      • TemporalWindowField

        public TemporalWindowField(java.lang.String theName)
        Construct the object.
        Parameters:
        theName - The name of the field to be considered.
    • Method Detail

      • getAction

        public final TemporalType getAction()
        Returns:
        the action
      • getInput

        public final boolean getInput()
        Returns:
        Returns true, if this field is to be used as part of the input for a prediction.
      • getLastValue

        public final java.lang.String getLastValue()
        Returns:
        the lastValue
      • getName

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

        public final boolean getPredict()
        Returns:
        Returns true, if this field is part of what is being predicted.
      • setAction

        public final void setAction(TemporalType theAction)
        Parameters:
        theAction - the action to set
      • setLastValue

        public final void setLastValue(java.lang.String theLastValue)
        Parameters:
        theLastValue - the lastValue to set
      • setName

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

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.