Package org.fairdatapipeline.estimate


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);
 
  • Interfaces
    Class
    Description
    a component to store a plain simple single Number