⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testfeatdom.m

📁 这个为模式识别工具箱
💻 M
字号:
%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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -