org.pmml4s.xml

ModelBuilder

object ModelBuilder extends ExtensionHandler with XmlUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ModelBuilder
  2. ExtensionHandler
  3. XmlUtils
  4. XmlBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val PMML_SUPPORTED_MODELS: Set[String]

    List of models supported by the PMML 4.

    List of models supported by the PMML 4.4: PMML 4.4 - General Structure

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def contains(s: String): Boolean

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def extHandler: (XMLEventReader, XmlAttrs) ⇒ Option[Extension]

    Definition Classes
    ExtensionHandler
  13. def extractText(reader: XMLEventReader, parent: String): String

    Definition Classes
    XmlUtils
  14. def fromXml(reader: XMLEventReader, label: String, attrs: XmlAttrs, parent: Model): Model

    reader
    label
    attrs
    parent
    returns

  15. def fromXml(src: Source): Model

    src
    returns

    A built model ready to score an input data if successful, a PmmlExcpetion is thrown otherwise

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def makeElem[T](reader: XMLEventReader, event: EvElemStart, builder: GroupElemBuilder[T]): T

    Definition Classes
    XmlUtils
  20. def makeElem[A, B](reader: XMLEventReader, parent: String, child1: String, builder1: ElemBuilder[A], child2: String, builder2: ElemBuilder[B]): (Option[A], Option[B])

    Definition Classes
    XmlUtils
  21. def makeElem[T](reader: XMLEventReader, parent: String, child: String, builder: ElemBuilder[T]): Option[T]

    Definition Classes
    XmlUtils
  22. def makeElem[T](reader: XMLEventReader, event: EvElemStart, builder: ElemBuilder[T]): T

    Definition Classes
    XmlUtils
  23. def makeElem[T](reader: XMLEventReader, attrs: XmlAttrs, builder: ElemBuilder[T]): T

    Definition Classes
    XmlUtils
  24. def makeElems[T](reader: XMLEventReader, parent: String, children: Set[String], builder: GroupElemBuilder[T])(implicit arg0: ClassTag[T]): Array[T]

    Definition Classes
    XmlUtils
  25. def makeElems[A, B](reader: XMLEventReader, parent: String, child1: String, builder1: ElemBuilder[A], child2: String, builder2: ElemBuilder[B])(implicit arg0: ClassTag[A], arg1: ClassTag[B]): (Array[A], Array[B])

    Definition Classes
    XmlUtils
  26. def makeElems[T](reader: XMLEventReader, parent: String, child: String, builder: ElemBuilder[T], sizeHint: Option[Int] = None)(implicit arg0: ClassTag[T]): Array[T]

    Definition Classes
    XmlUtils
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def nextLabel(reader: XMLEventReader): XMLEvent

    Definition Classes
    XmlBase
  29. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def skipLabel(reader: XMLEventReader): Unit

    Definition Classes
    XmlBase
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def traverseElems(reader: XMLEventReader, parent: String, f: PartialFunction[XMLEvent, Any], handleText: Boolean = false, handleEnd: Boolean = false, handleEntityRef: Boolean = false, handleExtension: Boolean = false): Any

    Definition Classes
    XmlUtils
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ExtensionHandler

Inherited from XmlUtils

Inherited from XmlBase

Inherited from AnyRef

Inherited from Any

Ungrouped