Package weka.core
Class DateAttributeInfo
- java.lang.Object
-
- weka.core.DateAttributeInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class DateAttributeInfo extends java.lang.ObjectStores information for date attributes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateAttributeInfo(java.lang.String dateFormat)Constructs info based on argument.
-