org.gcube.contentmanagement.graphtools.data
Class BigSamplesTable
java.lang.Object
org.gcube.contentmanagement.graphtools.abstracts.SamplesTable
org.gcube.contentmanagement.graphtools.data.BigSamplesTable
public class BigSamplesTable
- extends SamplesTable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BigSamplesTable
public BigSamplesTable()
getNumOfAttributes
public int getNumOfAttributes()
- Specified by:
getNumOfAttributes
in class SamplesTable
getNumOfDataRows
public int getNumOfDataRows()
- Specified by:
getNumOfDataRows
in class SamplesTable
getValue
public double getValue(int d,
int a)
- Specified by:
getValue
in class SamplesTable
getClassification
public java.lang.String getClassification(int d)
- Specified by:
getClassification
in class SamplesTable
addSampleRow
public void addSampleRow(java.lang.String label,
double... values)
- Specified by:
addSampleRow
in class SamplesTable
addSample
public void addSample(int i,
int j,
double value)
- Specified by:
addSample
in class SamplesTable
addLabel
public void addLabel(int i,
java.lang.String label)
- Specified by:
addLabel
in class SamplesTable
main
public static void main(java.lang.String[] args)