findnlab.m
来自「matlab的模式识别toolbox」· M 代码 · 共 18 行
M
18 行
%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 + =
减小字号Ctrl + -
显示快捷键?