📄 testfeatdom.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 + -