public final class TrainerProvenanceImpl extends SkeletalTrainerProvenance
TrainerProvenance
that delegates everything to
SkeletalTrainerProvenance
. Used for trainers which don't
require additional information stored beyond their configurable parameters
and the standard trainer instance parameters.className, configuredParameters, HOST_SHORT_NAME, hostShortName
IS_SEQUENCE, TRAIN_INVOCATION_COUNT, TRIBUO_VERSION_STRING
Constructor and Description |
---|
TrainerProvenanceImpl(Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> map)
Construct a TrainerProvenance by extracting the necessary fields from the supplied
map.
|
TrainerProvenanceImpl(SequenceTrainer<T> host)
Construct a TrainerProvenance by reading all the configurable parameters
along with the train call count.
|
TrainerProvenanceImpl(Trainer<T> host)
Construct a TrainerProvenance by reading all the configurable parameters
along with the train call count.
|
equals, extractProvenanceInfo, getInstanceValues, getTribuoVersion, hashCode, isSequence
checkAndExtractProvenance, getClassName, getConfiguredParameters, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getConfiguredParameters, getEmptyProvenance, iterator
checkAndExtractProvenance, generateString, getClassName, maybeExtractProvenance
forEach, spliterator
public TrainerProvenanceImpl(Trainer<T> host)
T
- The type of the Output
.host
- The trainer to inspect.public TrainerProvenanceImpl(SequenceTrainer<T> host)
T
- The type of the Output
.host
- The sequence trainer to inspect.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.