Skip to content

Conversation

mb706
Copy link
Collaborator

@mb706 mb706 commented Aug 18, 2025

closes #341
closes #347

R/PipeOpIsomap.R Outdated
eps = p_dbl(default = 0, tags = "train")) # tag isomap?
ps$values = list(k = 50, ndim = 2, eps = 0)
get_geod = p_lgl(default = FALSE, tags = "train"),
.mute = p_uty(default = NULL, tags = "train")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having 'NULL' default can make problems some times, it's probably best to just not set a default here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing PipeOp: Information Printer Missing PipeOp: Isomap Embedding
2 participants