Add missing entropy lib to call features
parent
c3a6b1f9a2
commit
3052693573
|
@ -1,5 +1,6 @@
|
||||||
library('tidyr')
|
library('tidyr')
|
||||||
library('stringr')
|
library('stringr')
|
||||||
|
library('entropy')
|
||||||
|
|
||||||
Mode <- function(v) {
|
Mode <- function(v) {
|
||||||
uniqv <- unique(v)
|
uniqv <- unique(v)
|
||||||
|
|
Loading…
Reference in New Issue