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

    Parses the local transformations

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

    Parses the transformation dictionary.

  39. def makeValue(reader: XMLEventReader, attrs: XmlAttrs): Value
    Definition Classes
    CommonBuilder
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def nextLabel(reader: XMLEventReader): XMLEvent
    Definition Classes
    XmlBase
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. val provider: MutableFunctionProvider
    Attributes
    protected
  45. def scope: FieldScope
  46. def skipLabel(reader: XMLEventReader): Unit
    Definition Classes
    XmlBase
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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): 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
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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