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
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 String getClassification(int d)
- Specified by:
getClassification
in class SamplesTable
addSampleRow
public void addSampleRow(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,
String label)
- Specified by:
addLabel
in class SamplesTable
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.