https://github.com/cran/multivariance
Raw File
Tip revision: 2ffcc6849222a41d7684515fd823120c29cfa0e2 authored by Björn Böttcher on 06 February 2019, 12:30:06 UTC
version 2.0.0
Tip revision: 2ffcc68
fastEuclideanCdm.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{fastEuclideanCdm}
\alias{fastEuclideanCdm}
\title{double centered Euclidean distance matrix}
\usage{
fastEuclideanCdm(x, normalize)
}
\arguments{
\item{x}{matrix with sample rows which the distanc matrix is computed (to use with vectors, use \code{as.matrix(x)})}

\item{normalize}{boolean. If \code{TRUE} the matrix will be normalized to mean 1.}
}
\description{
double centered Euclidean distance matrix
}
back to top