classsizes.m

来自「matlab的模式识别toolbox」· M 代码 · 共 15 行

M
15
字号
%CLASSSIZES Get sizes of classes in a dataset%%   [N,LABLIST] = CLASSSIZES(A)%% INPUT%   A        Dataset%% OUTPUT%   N        Vector of the class cardinalities%   LABLIST  Label list %% DESCRIPTION% Returns class cardinalities of the dataset A. The order of the classes% is identical to the list of class labels returned in LABLIST.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?