Package org.fairdatapipeline.estimate
Use
ImmutableEstimate
to read/write simple number
parameters to/from the FAIR Data Pipeline.
Immutable Usage Example:
var data = ImmutableEstimate.builder().internalValue(5).rng(rng).build(); object_component.writeEstimate(data);
-
Interface Summary Interface Description Estimate a component to store a plain simple single Number