advantage {classifly}R Documentation

Advantage

Description

Calculate the advantage the most likely class has over the next most likely.

Usage

advantage(post)

Arguments

post matrix of posterior probabilities

Details

This is used to identify the boundaries between classification regions. Points with low (close to 0) advantage are likely to be near boundaries.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package classifly version 0.2.3 Index]