Documentation of 'org.encog.app.analyst.csv.sort.SortedField' Java class
SortedField
org.encog.app.analyst.csv.sort

Class SortedField



  • public class SortedField
    extends java.lang.Object
    Specifies how a field is to be sorted by SortCSV.
    • Constructor Detail

      • SortedField

        public SortedField(int theIndexindex,
                           SortType t,
                           boolean theAscending)
        Construct the object.
        Parameters:
        theIndexindex - The index of the sorted field.
        t - The type of sort, the type of object.
        theAscending - True, if this is an ascending sort.
    • Method Detail

      • getIndex

        public int getIndex()
        Returns:
        the index
      • getSortType

        public SortType getSortType()
        Returns:
        the sortType
      • isAscending

        public boolean isAscending()
        Returns:
        the ascending
      • setAscending

        public void setAscending(boolean theAscending)
        Parameters:
        theAscending - the ascending to set
      • setIndex

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

        public void setSortType(SortType theSortType)
        Parameters:
        theSortType - the sortType to set
      • toString

        public 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.