Inverse Transform¶
Applies the inverse of a transformation model to the given data
Documentation
Applies the inverse of a transformation model to the given data
Configuration:
names method
Method used to generate output names
transpose
Transposes output data, suitable for large number of features (eg. word counts)
- Input ports:
- in-modelmodel
Input model
- inputtable
Input table
- Output ports:
- outputtable
Output table
Definition
Input ports
- in-model
model
Input model
- input
table
Input table
Output ports
- output
table
Output table
- class node_application.InverseTransform[source]