From 2bf7d63dfcec0fca2f98cbd553cdbf8c16ef3782 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 25 Nov 2022 14:20:55 +0100 Subject: Minor changes --- analysis/days.R | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'analysis/days.R') diff --git a/analysis/days.R b/analysis/days.R index 6ad721e..601f210 100644 --- a/analysis/days.R +++ b/analysis/days.R @@ -1,3 +1,8 @@ +########## INFORMATIONS ########## +# This file is made to study online classification +# So, each pair (wireless,wakeupfor) has its classification models (knn and decision tree) +################################## + library("tidyverse") options(dplyr.summarise.inform = FALSE) library("class") -- cgit v1.2.3