Documentation of 'org.jdmp.core.dataset.DataSet' Java class
DataSet
org.jdmp.core.dataset

Interface DataSet

    • Method Detail

      • splitByCount

        java.util.List<ListDataSet> splitByCount(boolean shuffle,
                                                 int... count)
      • splitForCV

        java.util.List<ListDataSet> splitForCV(int numberOfCVSets,
                                               int idOfCVSet,
                                               long randomSeed)
      • splitByPercent

        java.util.List<ListDataSet> splitByPercent(boolean shuffle,
                                                   double... percent)
      • getInputMatrix

        Matrix getInputMatrix()
      • getPredictedMatrix

        Matrix getPredictedMatrix()
      • getTargetMatrix

        Matrix getTargetMatrix()
      • getAccuracy

        double getAccuracy()
      • splitForStratifiedCV

        java.util.List<ListDataSet> splitForStratifiedCV(int i,
                                                         int r,
                                                         long seed)
      • isDiscrete

        boolean isDiscrete()
      • getFeatureCount

        int getFeatureCount()
      • getClassCount

        int getClassCount()
      • getErrorCount

        int getErrorCount()
      • getMatrix

        Matrix getMatrix(java.lang.Object key)
      • keySet

        java.util.Set<java.lang.String> keySet()
      • size

        int size()
      • isEmpty

        boolean isEmpty()
      • setMatrix

        void setMatrix(java.lang.String key,
                       Matrix matrix)
      • getAsDouble

        double getAsDouble(java.lang.String key)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.