Uses of Class
io.github.ai4ci.util.ImmutableEmpiricalFunction
Packages that use ImmutableEmpiricalFunction
-
Uses of ImmutableEmpiricalFunction in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return ImmutableEmpiricalFunctionModifier and TypeMethodDescriptionImmutableEmpiricalFunction.Builder.build()
Builds a newImmutableEmpiricalFunction
.static ImmutableEmpiricalFunction
ImmutableEmpiricalFunction.copyOf
(EmpiricalFunction instance) Creates an immutable copy of aEmpiricalFunction
value.ImmutableEmpiricalFunction.withLink
(EmpiricalFunction.Link value) Copy the current immutable object by setting a value for thelink
attribute.ImmutableEmpiricalFunction.withX
(double... elements) Copy the current immutable object with elements that replace the content ofx
.ImmutableEmpiricalFunction.withY
(double... elements) Copy the current immutable object with elements that replace the content ofy
.