SVD to ExampleSet
Synopsis
This operator converts a SVDModel to an ExampleSet
Description
SVD Models provide information about their Eigenvalues and SVD vectors in the results panel. This operator converts these tables into ExampleSets. The upper port holds the eigenvector table while the port in the middle holds the svd vector. The SVDModel itself is passed through to the ori port.
Input
pre
A SVDModel.
Output
eig
The values in the eigenvector table of the model.
svd
The values in the SVD Vectors tab of the model.
ori
The original preprocessing model.