diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-11-25 14:20:55 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-11-25 14:20:55 +0100 |
| commit | 2bf7d63dfcec0fca2f98cbd553cdbf8c16ef3782 (patch) | |
| tree | d8c8c075db8f91722bf13cd4ec6c9a32321f7791 /analysis/days.R | |
| parent | ba9e5e83c6faf476dd5d273a3e3e39c7fa4d65b0 (diff) | |
Minor changes
Diffstat (limited to 'analysis/days.R')
| -rw-r--r-- | analysis/days.R | 5 |
1 files changed, 5 insertions, 0 deletions
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") |
