public class BigSamplesTable extends SamplesTable
maxX, maxY, minX, minY
Constructor and Description |
---|
BigSamplesTable() |
Modifier and Type | Method and Description |
---|---|
void |
addLabel(int i,
String label) |
void |
addSample(int i,
int j,
double value) |
void |
addSampleRow(String label,
double... values) |
String |
getClassification(int d) |
int |
getNumOfAttributes() |
int |
getNumOfDataRows() |
double |
getValue(int d,
int a) |
static void |
main(String[] args) |
calculateBounds, generateExampleSet, generateSampleTable, toString
public int getNumOfAttributes()
getNumOfAttributes
in class SamplesTable
public int getNumOfDataRows()
getNumOfDataRows
in class SamplesTable
public double getValue(int d, int a)
getValue
in class SamplesTable
public String getClassification(int d)
getClassification
in class SamplesTable
public void addSampleRow(String label, double... values)
addSampleRow
in class SamplesTable
public void addSample(int i, int j, double value)
addSample
in class SamplesTable
public void addLabel(int i, String label)
addLabel
in class SamplesTable
public static void main(String[] args)
Copyright © 2017. All Rights Reserved.