Class FrozenEstimator

    • Constructor Detail

      • FrozenEstimator

        public FrozenEstimator​(String module,
                               String name)
    • Method Detail

      • getOpType

        public org.dmg.pmml.OpType getOpType()
        Specified by:
        getOpType in interface HasType
      • getDataType

        public org.dmg.pmml.DataType getDataType()
        Specified by:
        getDataType in interface HasType
      • castTo

        public Object castTo​(Class<?> clazz)
        Specified by:
        castTo in interface org.jpmml.python.Castable
      • getEstimator

        public Step getEstimator()
      • getEstimator

        public Step getEstimator​(Class<? extends Step> stepClazz)