tidy_mds_smacof: SMACOF MDS (Metric or Non-metric)

View source: R/unsupervised-mds.R

tidy_mds_smacofR Documentation

SMACOF MDS (Metric or Non-metric)

Description

Performs MDS using SMACOF algorithm from the smacof package

Usage

tidy_mds_smacof(dist_mat, ndim = 2, type = "ratio", ...)

Arguments

dist_mat

A distance matrix (dist object)

ndim

Number of dimensions (default: 2)

type

Character; "ratio" for metric, "ordinal" for non-metric (default: "ratio")

...

Additional arguments passed to smacof::mds()

Value

A tidy_mds object


tidylearn documentation built on Feb. 6, 2026, 5:07 p.m.