Generate Function Set


Synopsis

The feature generation operator generates new features via applying a set of functions on all features.


Description

This operator applies a set of functions on all features of the input example set. Applicable functions include +, -, *, /, norm, sin, cos, tan, atan, exp, log, min, max, floor, ceil, round, sqrt, abs, and pow. Features with two arguments will be applied on all pairs. Non commutative functions will also be applied on all permutations.


Input


Output


Parameters


ExampleProcess