h2o.month: Convert Milliseconds to Months in H2O Dataset
Description
Converts the entries of a H2OParsedData
object from milliseconds to months (on a 0 to 11 scale).Usage
h2o.month(x)## S3 method for class 'H2OParsedData':
month(x)
Arguments
x
An H2OParsedData
object.
Value
- A
H2OParsedData
object containing the entries of x
converted to months of the year.
Details
This method calls the functions of the MutableDateTime class in Java.