Package org.tribuo.provenance.impl
package org.tribuo.provenance.impl
Provides internal implementations for empty provenance classes and TrainerProvenance.
-
ClassDescriptionAn empty DatasetProvenance, should not be used except by the provenance removal system.An empty DataSourceProvenance, should not be used except by the provenance removal system.An empty TrainerProvenance, should not be used except by the provenance removal system.A TrainerProvenance with a timestamp, used when there was no trainer involved in model construction (e.g., creating an
EnsembleModel
from existing models).An implementation ofTrainerProvenance
that delegates everything toSkeletalTrainerProvenance
.