Revision 20aefc9955133b9d3a2f3ea6366edd542e26701d authored by David Hofmeyr on 16 February 2018, 12:43:08 UTC, committed by cran-robot on 16 February 2018, 12:43:08 UTC
1 parent af98636
f_ncut.Rd
\name{f_ncut}
\alias{f_ncut}
\title{Normalised Cut Across a Hyperplane}
\description{
Finds the normalised cut across the best hyperplane orthogonal to a given projection vector. Used as projection index for projection pursuit to find minimum normalised cut hyperplanes.
}
\usage{
f_ncut(v, X, P)
}
\arguments{
\item{v}{a numeric vector of length ncol(X)}
\item{X}{a numeric matrix (num_data x num_dimensions) to be projected on v}
\item{P}{a list of parameters including (at least) $s (positive numeric scaling parameter), $nmin (positive integer minimum cluster size)}
}
\value{
the value of the normalised cut across the best hyperplane orthogonal to v
}
\keyword{internal}

Computing file changes ...