Packages

t

org.pmml4s.xml

TransformationsBuilder

trait TransformationsBuilder extends CommonBuilder with FieldScope with HasFieldScope with FunctionProvider

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
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val derivedFieldScope: MutableFieldScope[DerivedField]
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def extHandler: (XMLEventReader, XmlAttrs) => Option[Extension]
    Definition Classes
    ExtensionHandler
  11. def extractText(reader: XMLEventReader, parent: String): String
    Definition Classes
    XmlUtils
  12. 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

  13. def function(name: String): Function
    Definition Classes
    FunctionProvider
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. 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
  16. def getFunction(name: String): Option[Function]
  17. def handleElem(reader: XMLEventReader, event: EvElemStart): Unit
    Definition Classes
    UnknownElemHandler
  18. def handleElem(reader: XMLEventReader, label: String, attrs: XmlAttrs = XmlAttrs()): Unit
    Definition Classes
    UnknownElemHandler
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def makeCategoricalPredictor(reader: XMLEventReader, attrs: XmlAttrs): CategoricalPredictor
  22. def makeDefineFunction(reader: XMLEventReader, attrs: XmlAttrs): DefineFunction
  23. def makeDerivedField(reader: XMLEventReader, attrs: XmlAttrs): DerivedField
  24. def makeElem[T](reader: XMLEventReader, event: EvElemStart, builder: GroupElemBuilder[T]): T
    Definition Classes
    XmlUtils
  25. 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
  26. def makeElem[T](reader: XMLEventReader, parent: String, child: String, builder: ElemBuilder[T]): Option[T]
    Definition Classes
    XmlUtils
  27. def makeElem[T](reader: XMLEventReader, event: EvElemStart, builder: ElemBuilder[T]): T
    Definition Classes
    XmlUtils
  28. def makeElem[T](reader: XMLEventReader, attrs: XmlAttrs, builder: ElemBuilder[T]): T
    Definition Classes
    XmlUtils
  29. def makeElems[T](reader: XMLEventReader, parent: String, children: Set[String], builder: GroupElemBuilder[T])(implicit arg0: ClassTag[T]): Array[T]
    Definition Classes
    XmlUtils
  30. 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
  31. 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
  32. def makeExpression(reader: XMLEventReader, event: EvElemStart, scope: FieldScope): Expression
  33. def makeFieldRef(reader: XMLEventReader, attrs: XmlAttrs, scope: FieldScope): FieldRef
  34. def makeInterval(reader: XMLEventReader, attrs: XmlAttrs): Interval
    Definition Classes
    CommonBuilder
  35. def makeLocalTransformations(reader: XMLEventReader): LocalTransformations

    Parses the local transformations

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

    Parses the transformation dictionary.

  38. def makeValue(reader: XMLEventReader, attrs: XmlAttrs): Value
    Definition Classes
    CommonBuilder
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def nextLabel(reader: XMLEventReader): XMLEvent
    Definition Classes
    XmlBase
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. val provider: MutableFunctionProvider
    Attributes
    protected
  44. def scope: FieldScope
  45. def skipLabel(reader: XMLEventReader): Unit
    Definition Classes
    XmlBase
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toDataVal(s: String, dataType: DataType): DataVal
    Definition Classes
    CommonBuilder
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def toVal(s: String, dataType: DataType): Any
    Definition Classes
    CommonBuilder
  50. 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
  51. def verifyValue(s: String, f: Field): DataVal

    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
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

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