?? prex_cleval.m
字號:
%PREX_CLEVAL PRTools example on learning curves%% Presents the learning curves for Highleyman's classes%help prex_clevalecho 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 plotr(E) echo off
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -