public class Datasets extends Object
| Constructor and Description |
|---|
Datasets() |
public static List<TextInstance<Integer>> getReutersSamples()
public static List<TextInstance<Boolean>> getTwitterSamples()
protected static void loadReutersData()
throws IOException
IOExceptionprotected static void loadSmallTwitterData()
throws IOException
IOExceptionprotected static void loadClusteringData()
throws IOException
IOExceptionpublic static List<Instance<Integer>> generateDataForClusterization(int nbCluster, int nbInstances)
public static List<Instance<Boolean>> generateDataForClassification(int size, int featureSize)
public static List<Instance<Boolean>> generateNonSeparatableDataForClassification(int size)
public static List<Instance<Integer>> generateDataForMultiLabelClassification(int size, int featureSize, int nbClasses)
Copyright © 2013. All Rights Reserved.