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