Learn R Programming

NNS (version 13.1)

Co.LPM_nD.batch: Batched Co-Lower Partial Moment nD

Description

Internal batched backend for evaluating Co.LPM_nD over many targets.

Usage

Co.LPM_nD.batch(data, targets, degree = 0, norm = TRUE)

Value

Numeric vector, one value per row of targets.

Arguments

data

A numeric matrix with observations in rows and variables in columns.

targets

A numeric matrix with target rows and the same number of columns as data.

degree

numeric; degree for lower deviations.

norm

logical; normalize result.