org.pmml4s.metadata

MiningSchema

class MiningSchema extends HasTargetFields with PmmlElement

The MiningSchema is the Gate Keeper for its model element. All data entering a model must pass through the MiningSchema. Each model element contains one MiningSchema which lists fields as used in that model. While the MiningSchema contains information that is specific to a certain model, the DataDictionary contains data definitions which do not vary per model. The main purpose of the MiningSchema is to list the fields that have to be provided in order to apply the model.

Linear Supertypes
PmmlElement, Serializable, Serializable, HasExtensions, HasTargetFields, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MiningSchema
  2. PmmlElement
  3. Serializable
  4. Serializable
  5. HasExtensions
  6. HasTargetFields
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MiningSchema(miningFields: Array[MiningField])

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 apply(i: Int): MiningField

  7. def apply(name: String): MiningField

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def extensions: Seq[Extension]

    Definition Classes
    HasExtensions
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(name: String): Option[MiningField]

  15. def getByUsageType(typ: UsageType): Array[MiningField]

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

    Definition Classes
    AnyRef → Any
  17. def getInput(i: Int): MiningField

  18. def hasExtensions: Boolean

    Definition Classes
    HasExtensions
  19. def hasTarget: Boolean

    Definition Classes
    HasTargetFields
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def importances: Map[String, Double]

  22. val inputMiningFields: Array[MiningField]

  23. def inputNames: Array[String]

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val miningFields: Array[MiningField]

  26. def multiTargets: Boolean

    Definition Classes
    HasTargetFields
  27. def names: Array[String]

  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def singleTarget: Boolean

    Definition Classes
    HasTargetFields
  32. def size: Int

    Definition Classes
    HasTargetFields
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def targetName: String

    Name of the first target for the supervised model.

    Name of the first target for the supervised model.

    Definition Classes
    HasTargetFields
  35. def targetNames: Array[String]

    Definition Classes
    MiningSchemaHasTargetFields
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PmmlElement

Inherited from Serializable

Inherited from Serializable

Inherited from HasExtensions

Inherited from HasTargetFields

Inherited from AnyRef

Inherited from Any

Ungrouped