InstSpace: Trains an SVM on instance space coordinates and draws the...

Description Usage Arguments Value Examples

Description

Trains an SVM on instance space coordinates and draws the instance space.

Usage

1
InstSpace(d = 1, vis = FALSE)

Arguments

d

If d=1 then we take the Min_Max performance values, if d=2 then performance values from all normalization methods are considered. Input values for d are only 1,2.

vis

If TRUE then the instance space is plotted.

Value

A list with the following components:

preds10

The predictions as 1 or 0 for each instance and each algorithm.

predprobs

The prediction probabilities for each each instance and each algorithm.

algorithms

The algorithm best suited for each instance. For some instances, no algorithms work well.

d

Which instance space is cross validated. If d=1, then it is MIN_MAX normalization instance space, if d=2 then all normalization methods are used.

coordinates

The instance space coordinates.

Examples

1
## Not run:  svmout <- InstSpace(d=1)

sevvandi/outselect documentation built on June 1, 2019, 3:58 a.m.