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 SummaryFields inherited from interface com.oracle.labs.mlrg.olcut.provenance.ObjectProvenanceCLASS_NAME, DEFAULT_HASH_TYPE
- 
Constructor SummaryConstructorsConstructorDescriptionLabelFactoryProvenance(Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> map) Constructor used by the provenance serialization system.
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenancegetInstanceValues, iteratorMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface com.oracle.labs.mlrg.olcut.provenance.ObjectProvenancegenerateStringMethods inherited from interface org.tribuo.provenance.OutputFactoryProvenancegetConfiguredParameters
- 
Constructor Details- 
LabelFactoryProvenanceConstructor 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- 
getClassName- Specified by:
- getClassNamein interface- com.oracle.labs.mlrg.olcut.provenance.ObjectProvenance
 
- 
toString
- 
equals
- 
hashCode
 
-