Class ClusteringModelEvaluator

    • Constructor Detail

      • ClusteringModelEvaluator

        public ClusteringModelEvaluator​(org.dmg.pmml.PMML pmml)
      • ClusteringModelEvaluator

        public ClusteringModelEvaluator​(org.dmg.pmml.PMML pmml,
                                        org.dmg.pmml.clustering.ClusteringModel clusteringModel)
    • Method Detail

      • getSummary

        public java.lang.String getSummary()
        Description copied from interface: Evaluator

        Gets a short description of the Model.

        Specified by:
        getSummary in interface Evaluator
      • getTarget

        public org.dmg.pmml.Target getTarget​(java.lang.String name)
        Overrides:
        getTarget in class ModelManager<org.dmg.pmml.clustering.ClusteringModel>
        Returns:
        null Always.
      • getEntityRegistry

        public com.google.common.collect.BiMap<java.lang.String,​org.dmg.pmml.clustering.Cluster> getEntityRegistry()
        Specified by:
        getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.clustering.Cluster>
        Returns:
        A bidirectional map between Entity identifiers and Entity instances.