calcCvxHullFaces: Calculates the convex hull of X

Description Usage Arguments Value

View source: R/calcCvxHullFaces.R

Description

calcCvxHullFaces returns the parameters of the convex hull of X: The indices of points in X that compose the faces of conv(X) (one row per face) as well as the parameters of the hyperplanes that describe these faces.

Usage

1

Arguments

X

Set of data points (one sample per row)

Value

A list consisting of parameters describing the convex hull of X:

cvh

A matrix of indices where each row constitutes one face

ACVH

A matrix where each row constitutes the normal vector of a face

bCVH

A vector where each entry constitutes the offset of the hyperplane for a face


fmlogcondens documentation built on May 2, 2019, 8:29 a.m.