org

pmml4s

package 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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. pmml4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. val PMML4S_VERSION: String

  2. object Validator extends App

    An utility app to validate PMML model

  3. package common

  4. package data

  5. package metadata

  6. package model

    PMML is a standard for XML documents which express trained instances of analytic models.

  7. package transformations

    At various places the mining models use simple functions in order to map user data to values that are easier to use in the specific model.

  8. package util

  9. package xml

Inherited from AnyRef

Inherited from Any

Ungrouped