Resolved conflicts involving homonymous functions

This commit is contained in:
Waldir Leoncio 2022-02-03 10:43:34 +01:00
parent b872760f81
commit 9ad4fa8c76
26 changed files with 92 additions and 90 deletions

View file

@ -23,5 +23,9 @@ output format of PDIST.
Z = linkage(X) returns a matrix Z that encodes a tree containing hierarchical clusters of the rows of the input data matrix X.
}
\note{
This is also a base Matlab function. The reason why the source code is also present here is unclear.
This is also a base MATLAB function. The reason why the BAPS
source code also contains a LINKAGE function is unclear. One could speculate
that BAPS should use this function instead of the base one, so this is why
this function is part of this package (instead of a MATLAB-replicating
package such as matlab2r)
}