Created by Jennifer Thompson on 3/17/16.
Model that will replace null values in the input row with specified values.
Assumes replacement values are either numeric or string.
One hot encoding for a single feature.
Model to apply one-hot encoding to categorical input features.
Model that creates output features that are polynomial combinations of the input features.
Interface for real-valued functions (functions that map the real (double) numbers to real (double) numbers) to be used in RealValuedFunctionsModel
Applies One-hot encoding for a single feature.