?? islabtype.m
字號(hào):
%ISLABTYPE Test dataset label type%% N = ISLABTYPE(A,TYPE)% N = ISLABTYPE(A,TYPE1,TYPE2)% ISLABTYPE(A,TYPE)% ISLABTYPE(A,TYPE1,TYPE2)%% INPUT% A Dataset% TYPEx Label type: 'crisp', 'soft', 'target'%% OUTPUT% N 1 if A has label type TYPE, or labeltype TYPE1 _or_ TYPE2;% 0 otherwise%% DESCRIPTION% If this routine is called without any output arguments an error is% generated if the label type is not equal to one of the supplied ones.% (i.e. it acts as an assertion).
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -