Uses of Interface
org.scijava.ops.engine.conversionLoss.LossReporter
-
Packages that use LossReporter Package Description org.scijava.ops.engine.conversionLoss This package is intended to house classes dealing with the calculation of loss with respect to parameter conversion.org.scijava.ops.engine.conversionLoss.impl org.scijava.ops.engine.matcher.impl -
-
Uses of LossReporter in org.scijava.ops.engine.conversionLoss
Subinterfaces of LossReporter in org.scijava.ops.engine.conversionLoss Modifier and Type Interface Description interfaceLosslessReporter<T,R>A subtype ofLossReporterthat reports 0 loss. -
Uses of LossReporter in org.scijava.ops.engine.conversionLoss.impl
Classes in org.scijava.ops.engine.conversionLoss.impl that implement LossReporter Modifier and Type Class Description classIdentityLossReporter<U,T extends U>ALossReporterused when a type is not converted.Fields in org.scijava.ops.engine.conversionLoss.impl declared as LossReporter Modifier and Type Field Description LossReporter<Byte[],Integer[]>PrimitiveArrayLossReporters. bArrIArrLossReporter<Double[],Integer[]>PrimitiveArrayLossReporters. dArrIArrLossReporter<Double,Integer>PrimitiveLossReporters. DoubleIntegerReporterLossReporter<Double,Long>PrimitiveLossReporters. DoubleLongReporterLossReporter<Integer,Long>PrimitiveLossReporters. IntegerLongReporterLossReporter<Long,Integer>PrimitiveLossReporters. LongIntegerReporterLossReporter<Number,Double>PrimitiveLossReporters. NumberDoubleReporterLossReporter<Number,Long>PrimitiveLossReporters. NumberLongReporter -
Uses of LossReporter in org.scijava.ops.engine.matcher.impl
Methods in org.scijava.ops.engine.matcher.impl that return types with arguments of type LossReporter Modifier and Type Method Description RichOp<LossReporter<I,O>>LossReporterWrapper. wrap(OpInstance<LossReporter<I,O>> instance, OpEnvironment env, MatchingConditions conditions)Method parameters in org.scijava.ops.engine.matcher.impl with type arguments of type LossReporter Modifier and Type Method Description RichOp<LossReporter<I,O>>LossReporterWrapper. wrap(OpInstance<LossReporter<I,O>> instance, OpEnvironment env, MatchingConditions conditions)
-