lol.utils.deltas {lolR}R Documentation

A function that performs a utility computation of information about the differences of the classes.

Description

A function that performs a utility computation of information about the differences of the classes.

Usage

lol.utils.deltas(centroids, priors, ...)

Arguments

centroids

[d, K] centroid matrix of the unique, ordered classes.

priors

[K] vector containing prior probability for the unique, ordered classes.

...

optional args.

Value

deltas [d, K] the K difference vectors.

Author(s)

Eric Bridgeford


[Package lolR version 2.1 Index]