Skip to content

Commit 9d1c4bd

Browse files
authored
Add files via upload
1 parent d957445 commit 9d1c4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

A_Main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
%% Example 1: K-nearest neighbor (KNN) with k-fold cross-validation
2222
% Parameter settings
23-
opts.tf = 1;
23+
opts.tf = 2;
2424
opts.kfold = 10;
2525
opts.k = 5; % k-value in KNN
2626
% Load data

0 commit comments

Comments
 (0)