org.pmml4s.xml

TransformationsBuilder

trait TransformationsBuilder extends CommonBuilder with FieldScope with HasFieldScope with FunctionProvider

Builder of transformations

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TransformationsBuilder
  2. FunctionProvider
  3. HasFieldScope
  4. FieldScope
  5. HasField
  6. CommonBuilder
  7. UnknownElemHandler
  8. ExtensionHandler
  9. XmlUtils
  10. XmlBase
  11. AnyRef
  12. 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. def ??????: Nothing

    ?????? can be used for marking methods that never invoked

    ?????? can be used for marking methods that never invoked

    Definition Classes
    CommonBuilder
    Exceptions thrown
    PmmlException

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val derivedFieldScope: MutableFieldScope[DerivedField]

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

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

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

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

    Definition Classes
    XmlUtils
  14. def field(name: String): Field

    Returns the field of a given name.

    Returns the field of a given name.

    Definition Classes
    TransformationsBuilderHasField
    Exceptions thrown
    FieldNotFoundException

    if a field with the given name does not exist

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def function(name: String): Function

    Definition Classes
    FunctionProvider
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getField(name: String): Option[Field]

    Returns the field of a given name, None if a field with the given name does not exist

    Returns the field of a given name, None if a field with the given name does not exist

    Definition Classes
    TransformationsBuilderHasField
  19. def getFunction(name: String): Option[Function]

  20. def handleElem(reader: XMLEventReader, event: EvElemStart): Unit

    Definition Classes
    UnknownElemHandler
  21. def handleElem(reader: XMLEventReader, label: String, attrs: MetaData = scala.xml.Null): Unit

    Definition Classes
    UnknownElemHandler
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def makeCategoricalPredictor(reader: XMLEventReader, attrs: MetaData): CategoricalPredictor

  25. def makeDefineFunction(reader: XMLEventReader, attrs: XmlAttrs): DefineFunction

  26. def makeDerivedField(reader: XMLEventReader, attrs: XmlAttrs): DerivedField

  27. def makeElem[T](reader: XMLEventReader, event: EvElemStart, builder: GroupElemBuilder[T]): T

    Definition Classes
    XmlUtils
  28. 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
  29. def makeElem[T](reader: XMLEventReader, parent: String, child: String, builder: ElemBuilder[T]): Option[T]

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

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

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

    Definition Classes
    XmlUtils
  33. 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
  34. 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
  35. def makeExpression(reader: XMLEventReader, event: EvElemStart, scope: FieldScope): Expression

  36. def makeFieldRef(reader: XMLEventReader, attrs: MetaData, scope: FieldScope): FieldRef

  37. def makeInterval(reader: XMLEventReader, attrs: XmlAttrs): Interval

    Definition Classes
    CommonBuilder
  38. def makeLocalTransformations(reader: XMLEventReader): LocalTransformations

    Parses the local transformations

  39. def makeTable(reader: XMLEventReader, event: EvElemStart, dataTypes: Map[String, DataType] = Map.empty): Table

  40. def makeTransformationDictionary(reader: XMLEventReader): TransformationDictionary

    Parses the transformation dictionary.

  41. def makeValue(reader: XMLEventReader, attrs: XmlAttrs): Value

    Definition Classes
    CommonBuilder
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. val provider: MutableFunctionProvider

    Attributes
    protected
  47. def scope: FieldScope

    Definition Classes
    TransformationsBuilderHasFieldScope
  48. def skipLabel(reader: XMLEventReader): Unit

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

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def toVal(s: String, dataType: DataType): Any

    Definition Classes
    CommonBuilder
  52. 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
  53. def verifyValue(s: String, f: Field): Any

    Verifies if the input sting values is valid for the specified field, here, we need to check if the field is null, because this method is always called to verify the target field that could be absent for any model, for example the child model under the Mining Model.

    Verifies if the input sting values is valid for the specified field, here, we need to check if the field is null, because this method is always called to verify the target field that could be absent for any model, for example the child model under the Mining Model.

    Definition Classes
    CommonBuilder
  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FunctionProvider

Inherited from HasFieldScope

Inherited from FieldScope

Inherited from HasField

Inherited from CommonBuilder

Inherited from UnknownElemHandler

Inherited from ExtensionHandler

Inherited from XmlUtils

Inherited from XmlBase

Inherited from AnyRef

Inherited from Any

Ungrouped