- Download and install R.
- Install the required R packages.
R
install.packages("config", "data.table", "DT", "jsonlite", "lubridate", "plotly", "RODBC", "shiny")
q()First, edit config.yml according to your specifications.
| Config Variable Name | Variable Type | Definition |
|---|---|---|
| idcol | string | ID column name |
| predcol | string | Predicted label column name |
| truthcol | string | Truth label column name |
| datacol | string | Data column name |
| datafields | vector | All data fields present in data column |
| tablename | string | Table name |
| vertsettings | string | Vertica settings following odbcDriverConnect() documentation |
Once config.yml is correct, run the following command to launch the Anomaly Detection UI:
Rscript app.R
By default, the launched application can be accessed in a standard browser at localhost:1234.