Package org.jpmml.evaluator
Interface HasEntityRegistry<E extends org.dmg.pmml.Entity<?>>
-
- All Known Subinterfaces:
HasNodeRegistry
- All Known Implementing Classes:
Association,AssociationModelEvaluator,ClusterAffinityDistribution,ClusteringModelEvaluator,ComplexTreeModelEvaluator,EntityClassification,MiningModelEvaluator,NeuralNetworkEvaluator,NeuronProbabilityDistribution,NodeScore,NodeScoreDistribution,NodeVote,RuleSetModelEvaluator,SegmentationResult,SimpleRuleScoreDistribution
public interface HasEntityRegistry<E extends org.dmg.pmml.Entity<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.BiMap<java.lang.String,E>getEntityRegistry()
-
-
-
Method Detail
-
getEntityRegistry
com.google.common.collect.BiMap<java.lang.String,E> getEntityRegistry()
- Returns:
- A bidirectional map between
Entity identifiersandEntity instances.
-
-