Description Usage Arguments Details Value
check_algorithm
checks if a valid algorithm
value has been provided.
1 | check_algorithm(algorithm)
|
algorithm |
Character string naming the algorithm to use to classify the variants. |
Valid algorithm
values are "RF" and "XGBoost". Valid value check is case-insensitive. For instance, "RF", "rf", "Rf" and "rF" are all valid algorithm
argument values.
If an invalid algorithm
value is provided, an error-message is displayed and the process is stopped.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.