MiningSchema
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.
trait PmmlElement
trait Serializable
trait HasExtensions
trait HasTargetFields
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Name of the first target for the supervised model.
Name of the first target for the supervised model.
- Inherited from:
- HasTargetFields