Learn R Programming

fpmoutliers (version 0.1.0)

parsePMML: PMML parser

Description

The parser parses the proposed PMML for the outlier detection model and build its object representation.

Usage

parsePMML(fileName)

Arguments

fileName

xml file name

Value

list model

Examples

Run this code
# NOT RUN {
library("fpmoutliers")
model <- parsePMML("od-pmml.xml")
# }

Run the code above in your browser using DataLab