public interface DataSetFactory
ListDataSet emptyDataSet()
ListDataSet importFromFile(FileFormat format, File file, Object... parameters) throws IOException
IOExceptionListDataSet linkToFile(FileFormat format, File file, Object... parameters) throws IOException
IOExceptionListDataSet linkToInput(Matrix input)
ListDataSet linkToInputAndLabels(Matrix input, Matrix labels)
ListDataSet linkToInputAndTarget(Matrix input, Matrix target)
ListDataSet linkToInputTargetAndLabel(Matrix input, Matrix target, Matrix label)
ListDataSet HenonMap(int sampleCount, int inputLength, int predictionLength)
ListDataSet LogisticMap(int sampleCount, int inputLength, int predictionLength)
AbstractListDataSet ANIMALS()
AbstractListDataSet labeledDataSet(String label)
ListDataSet CountActive(int number)
ListDataSet Linear1()
ListDataSet Linear3()
ListDataSet Linear2()
ListDataSet OR()
ListDataSet XOR()
ListDataSet ONE()
ListDataSet IRIS()
ListDataSet MNISTTrain() throws IOException
IOExceptionListDataSet MNISTTest() throws IOException
IOExceptionListDataSet importFromURL(FileFormat fileFormat, URL url, Object... parameters) throws Exception
ExceptionListDataSet importFromClipboard() throws IOException
IOExceptionListDataSet importFromJDBC(DBType type, String host, int port, String database, String sqlStatement, String username, String password)
ListDataSet importFromJDBC(String url, String sqlStatement, String username, String password)
ListDataSet linkToJDBC(DBType type, String host, int port, String database, String sqlStatement, String username, String password)
ListDataSet linkToJDBC(String url, String sqlStatement, String username, String password)
Copyright © 2015 Java Data Mining Package. All rights reserved.