Class NeuralNetworkEvaluator

    • Constructor Detail

      • NeuralNetworkEvaluator

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

        public NeuralNetworkEvaluator​(org.dmg.pmml.PMML pmml,
                                      org.dmg.pmml.neural_network.NeuralNetwork neuralNetwork)
    • Method Detail

      • getSummary

        public String getSummary()
        Description copied from interface: Evaluator

        Gets a short description of the Model.

        Specified by:
        getSummary in interface Evaluator
      • getEntityRegistry

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