Table Index

NodeValue


Represents MAGE Class NodeValue
A value associated with the Node that can rank it in relation to the other nodes produced by the clustering algorithm.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
Node_NodeValue BIGINT NUMBER Yes Represents 1..n association between Node and NodeValue
Values or measurements for this node that may be produced by the clustering algorithm. Typical are distance values for the nodes.
Name VARCHAR VARCHAR2(255) Yes MAGE attribute NodeValue.name
The name for this value.
Value VARCHAR VARCHAR2(255) Yes MAGE attribute NodeValue.value
The value for this NodeValue.
NodeValue_Type BIGINT NUMBER Yes Represents 1..1 association between NodeValue and OntologyEntry
The type of value, distance, etc.
NodeValue_Scale BIGINT NUMBER Yes Represents 1..1 association between NodeValue and OntologyEntry
The scale (linear, log10, ln, etc.) of the value.
NodeValue_DataType BIGINT NUMBER Yes Represents 1..1 association between NodeValue and OntologyEntry
The data type of the any element.

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
NodeValue1 DataSetWID
NodeValue2 Node_NodeValue
NodeValue3 Name
NodeValue4 Value
NodeValue5 NodeValue_Type
NodeValue6 NodeValue_Scale
NodeValue7 NodeValue_DataType