Module org.scijava.ops.engine
Package org.scijava.ops.engine.conversionLoss
This package is intended to house classes dealing with the calculation of
loss with respect to parameter conversion.
This package is exported, and should be reserved for
interfaces; implementations belong within the
org.scijava.ops.engine.conversionLoss.impl package. See also the
org.scijava.ops.engine.matcher.convert package.
NB: These interfaces do not belong in SciJava Ops API as they are an implementation detail of parameter conversion, which is an aspect of SciJava Ops Engine.
- Author:
- Gabriel Selzer
-
Interface Summary Interface Description LosslessReporter<T,R> A subtype ofLossReporterthat reports 0 loss.LossReporter<T,R>