public class MetricCompare extends MetricDataset
| Constructor and Description |
|---|
MetricCompare(MetricDataset thisDataset,
MetricDataset thisCompareWith)
Create a new instance of MetricCompare.
|
| Modifier and Type | Method and Description |
|---|---|
MetricDataset |
getDataset1()
Get the first dataset.
|
MetricDataset |
getDataset2()
Get the second dataset.
|
getData, getDatasetSize, getFirstValue, getName, getNextValue, getParams, getValueType, hasNextValue, isDataset, isSingleValue, resetValueIterator, setName, setParams, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toStringpublic MetricCompare(MetricDataset thisDataset, MetricDataset thisCompareWith) throws java.lang.Exception
thisDataset - the dataset representing this object.thisCompareWith - the second list of values to compare with.java.lang.Exception - any error.public MetricDataset getDataset1() throws java.lang.Exception
java.lang.Exception - cannot convert data to a dataset.public MetricDataset getDataset2()