Description Usage Arguments Value
GenerateASingleCandidate
Generates a novel sample from a target class and evaluate it against the other classes to check if it satisfies the confidence level
returns NA if the generated sample does not satisfy the condition, otherwise returns novel sample
1 | GenerateASingleCandidate(data, Class, col, Prob)
|
data |
A dataframe containing available data |
Class |
The target class |
col |
Column the target class is located in the dataframe |
Prob |
Minimum confidence level to generate sample |
A dataframe containing a novel sample if it satisfies the confidence given in Prob, otherwise NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.