Package org.tribuo.classification
Class LabelFactory.LabelFactoryProvenance
java.lang.Object
org.tribuo.classification.LabelFactory.LabelFactoryProvenance
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance
,com.oracle.labs.mlrg.olcut.provenance.ObjectProvenance
,com.oracle.labs.mlrg.olcut.provenance.Provenance
,Serializable
,Iterable<com.oracle.labs.mlrg.olcut.util.Pair<String,
,com.oracle.labs.mlrg.olcut.provenance.Provenance>> OutputFactoryProvenance
- Enclosing class:
- LabelFactory
public static final class LabelFactory.LabelFactoryProvenance
extends Object
implements OutputFactoryProvenance
Provenance for
LabelFactory
.- See Also:
-
Field Summary
Fields inherited from interface com.oracle.labs.mlrg.olcut.provenance.ObjectProvenance
CLASS_NAME, DEFAULT_HASH_TYPE
-
Constructor Summary
ConstructorDescriptionLabelFactoryProvenance
(Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> map) Constructor used by the provenance serialization system. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance
getInstanceValues, iterator
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface com.oracle.labs.mlrg.olcut.provenance.ObjectProvenance
generateString
Methods inherited from interface org.tribuo.provenance.OutputFactoryProvenance
getConfiguredParameters
-
Constructor Details
-
LabelFactoryProvenance
Constructor used by the provenance serialization system.As the label factory has no state, the argument is expected to be empty, and it's contents are ignored.
- Parameters:
map
- The provenance map to use.
-
-
Method Details