程序包 weka.core.pmml

接口 PMMLModel

所有已知实现类:
GeneralRegression, NeuralNetwork, PMMLClassifier, Regression

public interface PMMLModel
Interface for all PMML models
版本:
$Revision: 5562 $
作者:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
  • 方法详细资料

    • setPMMLVersion

      void setPMMLVersion(Document doc)
      Set the version of the PMML.
      参数:
      doc - the Document encapsulating the pmml
    • getPMMLVersion

      String getPMMLVersion()
      Get the version of PMML used to encode this model.
      返回:
      the version as a String
    • setCreatorApplication

      void setCreatorApplication(Document doc)
      Set the name of the application (if specified) that created this. model
      参数:
      doc - the Document encapsulating the pmml
    • getCreatorApplication

      String getCreatorApplication()
      Get the name of the application that created this model.
      返回:
      the name of the creating application or null if not specified in the pmml.
    • getMiningSchema

      MiningSchema getMiningSchema()
      Get the mining schema.
      返回:
      the mining schema
    • setLog

      void setLog(Logger log)
      Set a logger to use.
      参数:
      log - the logger to use
    • getLog

      Logger getLog()
      Get the logger.
      返回:
      the logger (or null if none is being used)