Package weka.core
Class RelationalAttributeInfo
- java.lang.Object
-
- weka.core.NominalAttributeInfo
-
- weka.core.RelationalAttributeInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class RelationalAttributeInfo extends NominalAttributeInfo
Stores information for relational attributes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelationalAttributeInfo(Instances header)Constructs the information object based on the given parameter.
-
-
-
Constructor Detail
-
RelationalAttributeInfo
public RelationalAttributeInfo(Instances header)
Constructs the information object based on the given parameter.
-
-