📄 prex_cleval.m
字号:
%PREX_CLEVAL PRTools example on learning curves%% Presents the learning curves for Highleyman's classes%help prex_clevaldelfigsecho on % Set desired learning sizes learnsize = [3 5 10 15 20 30]; % Generate Highleyman's classes A = gendath([100,100]); % Define classifiers (untrained) W = {ldc,qdc,knnc([],1),treec}; % Average error over 10 repetitions (it may take a while) % Test set is the complementary part of the training set E = cleval(A,W,learnsize,10); % Output E is a structure, specially designed for plotr plote(E) echo off
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -