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

Class DefaultDataSetFactory

    • Constructor Detail

      • DefaultDataSetFactory

        public DefaultDataSetFactory()
    • Method Detail

      • importFromFile

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

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

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

        public ListDataSet LogisticMap(int sampleCount,
                                       int inputLength,
                                       int predictionLength)
      • CountActive

        public ListDataSet CountActive(int number)
      • MNISTTrain

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

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

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

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

        public 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

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

        public 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

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