Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
featureSelector_example: added missing source
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Mar 9, 2018
1 parent af7f1fc commit 3ae7cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exec/featureSelector_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source("../R/orNumeric.R")
source("../R/orTextual.R")
source("../R/featureSelector.R")
source("../R/function.R")
source("../R/global.R")

# test data
data <- data.table::as.data.table(mtcars, keep.rowname = "id")
Expand Down

0 comments on commit 3ae7cea

Please sign in to comment.