MATLAB Function Reference | Search  Help Desk |
pick | See Also |
picks randomly chosen examples out of a data set
Syntax
[out,theRest]=pick(d,n)
Description
[out,theRest]=pick(d,n)
picks n
randomly chosen example out of
dataset d
. The picked examples are rturned inside out
,
the others are inside theRest
.
%
cut