Contents

DateFeatureExtractor

A time and date feature extractor.

Declaration

struct DateFeatureExtractor<Scalar> where Scalar : BinaryFloatingPoint

Overview

This transformer takes a Date and extracts floating-point feature values according to the features parameter. Every feature value is roughly between -0.5 and 0.5. All date calculations are based on a Calendar, which defaults to current.

Topics

Creating a data feature extractor

Applying a data feature extractor

Inspecting a data feature extractor

See Also

Time-based components