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

Interface DataSetFactory

    • Method Detail

      • importFromFile

        ListDataSet importFromFile(FileFormat format,
                                   java.io.File file,
                                   java.lang.Object... parameters)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • linkToFile

        ListDataSet linkToFile(FileFormat format,
                               java.io.File file,
                               java.lang.Object... parameters)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • HenonMap

        ListDataSet HenonMap(int sampleCount,
                             int inputLength,
                             int predictionLength)
      • LogisticMap

        ListDataSet LogisticMap(int sampleCount,
                                int inputLength,
                                int predictionLength)
      • MNISTTrain

        ListDataSet MNISTTrain()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • MNISTTest

        ListDataSet MNISTTest()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • importFromURL

        ListDataSet importFromURL(FileFormat fileFormat,
                                  java.net.URL url,
                                  java.lang.Object... parameters)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • importFromClipboard

        ListDataSet importFromClipboard()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • importFromJDBC

        ListDataSet importFromJDBC(DBType type,
                                   java.lang.String host,
                                   int port,
                                   java.lang.String database,
                                   java.lang.String sqlStatement,
                                   java.lang.String username,
                                   java.lang.String password)
      • importFromJDBC

        ListDataSet importFromJDBC(java.lang.String url,
                                   java.lang.String sqlStatement,
                                   java.lang.String username,
                                   java.lang.String password)
      • linkToJDBC

        ListDataSet linkToJDBC(DBType type,
                               java.lang.String host,
                               int port,
                               java.lang.String database,
                               java.lang.String sqlStatement,
                               java.lang.String username,
                               java.lang.String password)
      • linkToJDBC

        ListDataSet linkToJDBC(java.lang.String url,
                               java.lang.String sqlStatement,
                               java.lang.String username,
                               java.lang.String password)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.