testfeatdom.m

来自「支持向量域是近几年采用的一种较新的分类器」· M 代码 · 共 18 行

M
18
字号
%TESTFEATDOM Test feature domains%%	   [N,I,J] = TESTFEATDOM(A,K,M)%% The feature domains of the dataset A are tested. When given,% the vector K should contain the indices of the features to% be tested. Optionally, a vector M can be given which indicates which% of the objects should be taken for testing.%% N = 0 if the dataset values are within the domains to be tested.% N = 1 if somewhere a value is outside a domain. I and J return%       the indices to the erroneous objects and features.% %	TESTFEATDOM(A,K,M)%% Performs the test and prints an error message if a feature value% outside a domain is encountered.

⌨️ 快捷键说明

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