Applies the given transformation to all points in this data set, replacing each data point with the new value. No mutation of the data points will occur @param dt the transformation to apply
(DataTransform dt)
| 110 | * @param dt the transformation to apply |
| 111 | */ |
| 112 | public void applyTransform(DataTransform dt) |
| 113 | { |
| 114 | applyTransform(dt, false); |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Applies the given transformation to all points in this data set in |