Packages

c

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MiningSchema
  2. PmmlElement
  3. Serializable
  4. HasExtensions
  5. HasTargetFields
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

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 apply(i: Int): MiningField
  5. def apply(name: String): MiningField
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def contains(name: String): Boolean
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def extensions: Seq[Extension]
    Definition Classes
    HasExtensions
  12. def get(name: String): Option[MiningField]
  13. def getByUsageType(typ: UsageType): Array[MiningField]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getInput(i: Int): MiningField
  16. def hasExtensions: Boolean
    Definition Classes
    HasExtensions
  17. def hasTarget: Boolean
    Definition Classes
    HasTargetFields
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def importances: Map[String, Double]
  20. val inputMiningFields: Array[MiningField]
  21. def inputNames: Array[String]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val miningFields: Array[MiningField]
  24. def multiTargets: Boolean
    Definition Classes
    HasTargetFields
  25. def names: Array[String]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def singleTarget: Boolean
    Definition Classes
    HasTargetFields
  30. def size: Int
    Definition Classes
    HasTargetFields
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def targetName: String

    Name of the first target for the supervised model.

    Name of the first target for the supervised model.

    Definition Classes
    HasTargetFields
  33. def targetNames: Array[String]
    Definition Classes
    MiningSchemaHasTargetFields
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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

Inherited from PmmlElement

Inherited from Serializable

Inherited from HasExtensions

Inherited from HasTargetFields

Inherited from AnyRef

Inherited from Any

Ungrouped