Uses of Record Class
org.tribuo.reproducibility.ReproUtil.OutputDiff
Packages that use ReproUtil.OutputDiff
Package
Description
Reproducibility utility based on Tribuo's provenance objects.
-
Uses of ReproUtil.OutputDiff in org.tribuo.reproducibility
Methods in org.tribuo.reproducibility that return ReproUtil.OutputDiffModifier and TypeMethodDescriptionReproUtil.ModelReproduction.outputDiff()Returns the value of theoutputDiffrecord component.Constructors in org.tribuo.reproducibility with parameters of type ReproUtil.OutputDiffModifierConstructorDescriptionModelReproduction(Model<T> model, ReproUtil.FeatureDiff featureDiff, ReproUtil.OutputDiff<T> outputDiff, String provenanceDiff) Creates an instance of aModelReproductionrecord class.