| Class | Description |
|---|---|
| CategoricalToIntegerTransform |
Created by Alex on 4/03/2016.
|
| CategoricalToOneHotTransform |
Created by Alex on 4/03/2016.
|
| IntegerToCategoricalTransform |
Convert an integer column to a categorical column, using a provided
Map<Integer,String> |
| PivotTransform |
Pivot transform operates on two columns:
- a categorical column that operates as a key, and
- Another column that contains a value
Essentially, Pivot transform takes keyvalue pairs and breaks them out into separate columns.
|
| StringToCategoricalTransform |
Convert a String column
to a categorical column
|
Copyright © 2017. All rights reserved.