Param for features column name.
Param for features column name.
The height of the map to create (height).
The height of the map to create (height). Must be > 1. Default: 10.
Param for maximum number of iterations (>= 0).
Param for maximum number of iterations (>= 0).
Param for the neighborhood kernel type.
Param for the neighborhood kernel type. This can be either "gaussian" or "rectangular". Default: gaussian.
Param for prediction column name.
Param for prediction column name.
Param for random seed.
Param for random seed.
Initial temperature parameter value (tMax).
Initial temperature parameter value (tMax). Must be > 0.0. Default: 10.0.
Final temperature parameter value (tMin).
Final temperature parameter value (tMin). Must be > 0.0. Default: 0.1.
Param for the temperature decay type.
Param for the temperature decay type. This can be either "exponential" or "linear". Default: exponential.
Param for the convergence tolerance for iterative algorithms (>= 0).
Param for the convergence tolerance for iterative algorithms (>= 0).
Param for the map grid topology type.
Param for the map grid topology type. Only "rectangular" is available at the moment, hexagonal will soon be added. Default: rectangular.
Validates and transforms the input schema.
Validates and transforms the input schema.
input schema
output schema
The width of the map to create (width).
The width of the map to create (width). Must be > 1. Default: 10.