public class ClusterTestDataLoader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClusterTestDataLoader.TestStats
Test details
|
Constructor and Description |
---|
ClusterTestDataLoader() |
ClusterTestDataLoader(int percluster,
boolean outliers) |
Modifier and Type | Method and Description |
---|---|
int[][] |
getTestClusters() |
double[][] |
getTestData() |
ClusterTestDataLoader.TestStats |
getTestStats() |
void |
prepare(String[] data) |
int[] |
readIntDataLine(String string) |
public ClusterTestDataLoader()
public ClusterTestDataLoader(int percluster, boolean outliers)
percluster
- outliers
- public int[] readIntDataLine(String string)
string
- public ClusterTestDataLoader.TestStats getTestStats()
public double[][] getTestData()
public int[][] getTestClusters()