setdata.m
来自「这个为模式识别工具箱」· M 代码 · 共 10 行
M
10 行
%SETDATA Reset data and feature labels of dataset%% A = SETDATA(A,DATA,FEATLAB)%% The data in the dataset A is replaced by DATA (dataset or double) The% numbers of objects in A and DATA should be equal. The feature labels of% A are replaced by FEATLAB, or, if not supplied and DATA is a dataset by% the feature labels of DATA. Labels and class probabilities of A are% preserved.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?