Package com.polytechnik.utils
Class ObservationVectorXVectorF
java.lang.Object
com.polytechnik.utils.ObservationVectorXVectorF
- Direct Known Subclasses:
DemoScalarInterpolation.ObservationVectorXVectorF_WithExtra
A class to store one point read data.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObservationVectorXVectorF
(String label, double[] x, double[] f, double weight) -
Method Summary
-
Field Details
-
label
-
f
public final double[] f -
x
public final double[] x -
weight
public final double weight
-
-
Constructor Details
-
ObservationVectorXVectorF
-