DisTools Contents

DisTools User Guide

seldclass

SELDCLASS

Select class subset from a square dissimilarity dataset

    [DN,J] = SELDCLASS(D,C)
    [DN,J] = D*SELDCLASS([],C)

Input
 A NxN Dissimilarity Dataset
 C Indices of classes

Output
 DN Subset of the dataset D
 J Indices of the selected objects

Description

The classes listed in C (indices) are extracted for the square  dissimilarity matrix D by both, their rows (objects) as well as their  columns (features). The indices in C refer to the label lis of D, to be  retrieved by GETLABLIST(D).

See also

datasets, genddat, selclass, getlablist, issquare, issquare,

DisTools Contents

DisTools User Guide

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