Skip to content

Commit b175003

Browse files
authored
Update KNN.m
1 parent fef65f6 commit b175003

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

KNN.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
close all;
3+
clear all;
4+
clc;
5+
6+
# Read dataset from file:
7+
data = dlmread("dataset.txt");

KNNtest.m

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)