ransomware/Predictions.R

8 lines
276 B
R
Raw Normal View History

2021-09-27 11:12:00 +02:00
## Calculate predictions and accuracy, etc.
## Treat as binary first, then maybe switch to categorical?
# Binary outputs, black=ransomware, white=non-ransomware
train_grey <- train_set$grey
# Categorical outputs, for each class of ransomware
train_label <- train_set$label