Class Link

    • Constructor Detail

      • Link

        public Link​(java.lang.String module,
                    java.lang.String name)
    • Method Detail

      • getClasses

        public java.util.List<?> getClasses()
        Specified by:
        getClasses in interface HasClasses
      • encodeLabel

        public org.jpmml.converter.Label encodeLabel​(java.util.List<java.lang.String> names,
                                                     SkLearnEncoder encoder)
        Specified by:
        encodeLabel in class Estimator
      • encodeModel

        public org.dmg.pmml.Model encodeModel​(org.jpmml.converter.Schema schema)
        Specified by:
        encodeModel in class Estimator
      • configureSchema

        public org.jpmml.converter.Schema configureSchema​(org.jpmml.converter.Schema schema)
        Overrides:
        configureSchema in class Estimator
      • configureModel

        public org.dmg.pmml.Model configureModel​(org.dmg.pmml.Model model)
        Overrides:
        configureModel in class Estimator
      • checkLabel

        public void checkLabel​(org.jpmml.converter.Label label)
        Overrides:
        checkLabel in class Estimator
      • checkFeatures

        public void checkFeatures​(java.util.List<? extends org.jpmml.converter.Feature> features)
        Overrides:
        checkFeatures in class Estimator
      • augmentSchema

        public org.jpmml.converter.Schema augmentSchema​(org.dmg.pmml.Model model,
                                                        org.jpmml.converter.Schema schema)
      • getAugmentFuncs

        public java.util.List<java.lang.String> getAugmentFuncs()