Changes between Version 24 and Version 25 of Java API
- Timestamp:
- 12/04/12 13:00:10 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Java API
v24 v25 248 248 public void apply(Observation<double[]> obs) { 249 249 // Do not modify the original data of the submodel, so make a private copy and use the resulting data 250 // If you supply the datatype in advance (DOUBLE_ARR), the copy operation will be faster. 250 251 double[] data = obs.privateCopy(SerializableDatatype.DOUBLE_ARR).getData(); 251 252