makeclasses.m
来自「包含间隔偏最小二乘」· M 代码 · 共 9 行
M
9 行
% Always number from 1 and up, do not use 0.
% At the moment 7 colors are maximum
% Please email lan@kvl.dk if you want to increase this limit
classes=[
ones(21,1)*1
ones(19,1)*2
];
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?