condDist {cml}R Documentation

Conditional Euclidean distance

Description

Internal functions.

Usage

condDist(U, V.tilda, one_n_t=t(rep(1,nrow(U))))
condDist2(U, V.tilda2, one_n_t=t(rep(1,nrow(U))))

Arguments

U

the embedding U

V.tilda

= V %*% B

V.tilda2

= V %*% b^2*t(V)

one_n_t

= t(rep(1,nrow(U)))

Value

a dist object.

Author(s)

Anh Tuan Bui

References

Bui, A.T. (2021). Dimension Reduction with Prior Information for Knowledge Discovery. arXiv:2111.13646. https://arxiv.org/abs/2111.13646.


[Package cml version 0.2.2 Index]