public class RelationalAttributeInfo extends NominalAttributeInfo
| Modifier and Type | Field and Description |
|---|---|
protected Instances |
m_Header
The header information for a relation-valued attribute.
|
m_Hashtable, m_Values| Constructor and Description |
|---|
RelationalAttributeInfo(Instances header)
Constructs the information object based on the given parameter.
|