Documentation of 'jhpro.nnet.jknnl.LearningDataModel' Java class
LearningDataModel
jhpro.nnet.jknnl

Interface LearningDataModel

  • All Known Implementing Classes:
    LearningData


    public interface LearningDataModel
    Object contains learning data. Data are stored as array containing double values.
    • Method Detail

      • getData

        double[] getData(int index)
        Return array as vector of data
        Parameters:
        index - index of data
        Returns:
        data vector
      • toString

        java.lang.String toString()
        Return a string representation of the data.
        Overrides:
        toString in class java.lang.Object
        Returns:
        string representation of the data
      • getDataSize

        int getDataSize()
        Return numbers of data
        Returns:
        numbers of data

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.