oracle.dmt.odm.data
Class ModelSignature
java.lang.Object
|
+--oracle.dmt.odm.data.ModelSignature
- public class ModelSignature
- extends java.lang.Object
An instance of ModelSignature
specifies the input attributes required to apply data using a specific model. A signature consists of a set of signature attributes that capture the name, data type and attribute type. The model signature may contain fewer attributes than specified in the logical data used to build the model. For example, a Naive-Bayes model may have used only a subset of the logical attributes due to a natural reduction achieved through the algorithm execution.
- Since:
- 10.1.0
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAttribute
public SignatureAttribute getAttribute(java.lang.String name)
- Returns the SignatureAttribute instance with the specified name present in the model.
-
- Parameters:
name
- the name of the attribute whose signature is to be returned.
- Returns:
- signature attribute
getAttributes
public SignatureAttribute[] getAttributes()
- Returns an array of SignatureAttribute instances present in the model signature.
-
- Returns:
- array of signature attributes