We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The seriation method names for MDS methods change slightly in the upcoming version of seriation. We have added several nonmetric MDS variants:
"isomap" , "isoMDS", "monoMDS"
"isomap"
"isoMDS"
"monoMDS"
You can also register more MDS methods from smacof using register_smacof().
smacof
register_smacof()
The old name for isoMDS ("MDS_nonmetric") will be deprecated with version 1.5.0 and will produce a warning.
"MDS_nonmetric"
Please adapt the following file once seriation_1.5.0 is on CRAN:
Best regards, Michael
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The seriation method names for MDS methods change slightly in the upcoming version of seriation. We have added several nonmetric MDS variants:
"isomap"
,"isoMDS"
,"monoMDS"
You can also register more MDS methods from
smacof
usingregister_smacof()
.The old name for isoMDS (
"MDS_nonmetric"
) will be deprecated with version 1.5.0 and will produce a warning.Please adapt the following file once seriation_1.5.0 is on CRAN:
Best regards,
Michael
The text was updated successfully, but these errors were encountered: