org.pmml4s

package org.pmml4s

Core PMML4S functionality. A PMML (Predictive Model Markup Language) scoring library in Scala. PMML is the leading standard for statistical and data mining models and supported by over 20 vendors and organizations. With PMML, it is easy to develop a model on one system using one application and deploy the model on another system using another application, simply by transmitting an XML configuration file.

See also:

http://dmg.org/ for details about PMML

Type members

Classlikes

class AttributeNotFoundException(attr: String) extends PmmlException
class DataNotMatchedException(message: String) extends PmmlException
class ElementNotFoundException(name: String) extends PmmlException
class FieldNotFoundException(name: String) extends PmmlException
class FunctionNotFoundException(name: String) extends PmmlException
class InvalidValueException(value: String, field: String) extends PmmlException
class NotSupportedException(name: String) extends PmmlException
class PmmlException(message: String, cause: Throwable) extends Exception
class SemanticErrorException(message: String) extends PmmlException
class TargetNotFoundException(name: String) extends PmmlException
class UnsupportedException(element: String) extends PmmlException
object Validator extends App

An utility app to validate PMML model

An utility app to validate PMML model

Value members

Concrete fields

val PMML4S_VERSION: String