Adds a new datapoint to this set. @param dp the datapoint to add
(DataPoint dp)
| 58 | * @param dp the datapoint to add |
| 59 | */ |
| 60 | public void add(DataPoint dp) |
| 61 | { |
| 62 | dataPoints.add(dp); |
| 63 | columnVecCache.clear(); |
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public int getSampleSize() |