getclassestocompare: Identifies the Class Pair that is Discriminated by a Specific...

Description Usage Arguments Value References See Also Examples

View source: R/getclassestocompare.R

Description

getclassestocompare determines for a set of classes and a specific node of a directed acyclic graph-support vector machine (DAG-SVM) (\insertCitePlatt.2000TraceIdentification) the pair of classes that is compared. This function is designed as internal function of tunedagsvm.

Usage

1
getclassestocompare(classes, layer_i, node_i)

Arguments

classes

A character vector with the class labels for each class.

layer_i

A numeric value representing the index of the layer.

node_i

A numeric value representing the index of the node.

Value

The function returns a character vector with the first element representing the positive clas and the second element the negative class the SVM of node_i of layer_i distingiushes.

References

\insertAllCited

See Also

tunedagsvm.

Examples

1
#

henningte/TraceIdentification documentation built on May 26, 2019, 6:50 p.m.