Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

oracle.dmt.odm.data
Class SignatureAttribute

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.data.Attribute
              |
              +--oracle.dmt.odm.data.SignatureAttribute
All Implemented Interfaces:
java.io.Serializable

public class SignatureAttribute
extends Attribute

An instance of SignatureAttribute is used to represent a logical attribute that was used for model building and is required for scoring data using a specific model.

Since:
10.1.0
See Also:
Serialized Form

Method Summary
 AttributeType getAttributeType()
          Returns the type of this attribute.

 

Methods inherited from class oracle.dmt.odm.data.Attribute
equals, getDataType, getName, setDataType

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getAttributeType

public AttributeType getAttributeType()
Returns the type of this attribute.
Returns:
The type of this attribute

Copyright © 2003 Oracle Corporation. All Rights Reserved.