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, getDataKeys, getDatasetSize, getFirstValue, getName, getNextValue, getParams, getValue, getValue, getValueType, hasNextValue, isDataset, isSingleValue, resetValueIterator, setName, setParams, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toDataset, toString
public 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()