LLE trainer
Trainer of a Locally Linear Embedding (LLE) model
Trainer of a locally linear embedding model. Compute the embedding vectors for a table.
See https://scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html for more details.
Input
Table
The input table
Output
result
The output result
Configuration
nb_components
int
2