📄 classsizes.m
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -