?? findnlab.m
字號:
%FINDNLAB Determine indices of specified classes (numeric)%% J = FINDNLAB(A,NLAB)%% INPUT% A Dataset% NLAB vector with numerical indices of reqested classes%% OUTPUT% J vector of sample indices%% DESCRIPTION% J is a column vector of indices to the objects in A that have one of the% numeric labels stored in NLAB. Note that NLAB should contain indices to% the labellist of A, which may be retrieved by LABLIST = GETLABLIST(A).% This command thereby retrieves the indices to all objects a specific class% or set of classes.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -