Package org.tribuo.clustering
Class ClusteringFactory.ClusteringFactoryProvenance
java.lang.Object
org.tribuo.clustering.ClusteringFactory.ClusteringFactoryProvenance
- 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:
- ClusteringFactory
public static final class ClusteringFactory.ClusteringFactoryProvenance
extends Object
implements OutputFactoryProvenance
Provenance for
ClusteringFactory
.- See Also:
-
Field Summary
Fields inherited from interface com.oracle.labs.mlrg.olcut.provenance.ObjectProvenance
CLASS_NAME, DEFAULT_HASH_TYPE
-
Constructor Summary
ConstructorDescriptionClusteringFactoryProvenance
(Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> map) Rebuilds a clustering factory provenance from the marshalled form. -
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
-
Method Details