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
    @HotSpotIntrinsicCandidate() @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, XmlAttrs) ⇒ 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 function(name: String): Function

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

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. 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
  18. def getFunction(name: String): Option[Function]

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

    Definition Classes
    UnknownElemHandler
  20. def handleElem(reader: XMLEventReader, label: String, attrs: XmlAttrs = XmlAttrs()): Unit

    Definition Classes
    UnknownElemHandler
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def makeCategoricalPredictor(reader: XMLEventReader, attrs: XmlAttrs): CategoricalPredictor

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

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

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

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

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

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

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

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

  35. def makeFieldRef(reader: XMLEventReader, attrs: XmlAttrs, scope: FieldScope): FieldRef

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

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

    Parses the local transformations

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

  39. def makeTransformationDictionary(reader: XMLEventReader): TransformationDictionary

    Parses the transformation dictionary.

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  45. val provider: MutableFunctionProvider

    Attributes
    protected
  46. def scope: FieldScope

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

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

    Definition Classes
    AnyRef
  49. def toString(): String

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

    Definition Classes
    CommonBuilder
  51. 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
  52. 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
  53. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. 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 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