Planarplot-methods {CMA}R Documentation

Visualize Separability of different classes

Description

Given two variables, the methods trains a classifier (argument classifier) based on these two variables and plots the resulting class regions, learning- and test observations in the plane.

Appropriate variables are usually found by GeneSelection.

Methods

X = "matrix", y = "numeric", f = "missing"
signature 1
X = "matrix", y = "factor", f = "missing"
signature 2
X = "data.frame", y = "missing", f = "formula"
signature 3
X = "ExpressionSet", y = "character", f = "missing"
signature 4

For further argument and output information, consult Planarplot.


[Package CMA version 1.0.0 Index]