Class NearestNeighborModelEvaluator

    • Constructor Detail

      • NearestNeighborModelEvaluator

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

        public NearestNeighborModelEvaluator​(org.dmg.pmml.PMML pmml,
                                             org.dmg.pmml.nearest_neighbor.NearestNeighborModel nearestNeighborModel)
    • Method Detail

      • getSummary

        public String getSummary()
        Description copied from interface: Evaluator

        Gets a short description of the Model.

      • getDefaultDataField

        public DefaultDataField getDefaultDataField()
        Overrides:
        getDefaultDataField in class ModelManager<org.dmg.pmml.nearest_neighbor.NearestNeighborModel>
        Returns:
        A synthetic DataField element describing the default target field.