Java weka.core.pmml PMMLFactory fields, constructors, methods, implement or subclass

Example usage for Java weka.core.pmml PMMLFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.core.pmml PMMLFactory.

The text is from its open source code.

Method

PMMLModelgetPMMLModel(String filename)
Read and return a PMML model.
PMMLModelgetPMMLModel(File file)
Read and return a PMML model.
PMMLModelgetPMMLModel(InputStream stream)
Read and return a PMML model.
PMMLModelgetPMMLModel(String filename, Logger log)
Read and return a PMML model.
PMMLModelgetPMMLModel(File file, Logger log)
Read and return a PMML model.
PMMLModelgetPMMLModel(InputStream stream, Logger log)
Read and return a PMML model.