PRTools Contents

PRTools User Guide

out2

OUT2

Mapping that returns second output of input mapping

    V = OUT2(W)
    V = W*OUT2

Input
 W Fixed or trained mapping

Output
 V Fixed out trained mapping

Description

In case A*W (A is a dataset or double) returns two outputs then  A*V returns just the second output of these two.

Example(s)

 test2 = testc*out2;% define testc for second output par (# class errors)
 a = gendatd;       % train set
 t = gendatd;       % test set
 t*knnc(a,1)*test2  % execute, list of # errors per class

See also

mappings,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.