Description Usage Arguments Value Examples
GenerateMultipleCandidates
Asks for a dataframe and some parameters and returns multiple novel samples from the target class
1 | GenerateMultipleCandidates(data, Class, col, Prob, amount)
|
data |
Reference dataframe |
Class |
Value of the target class |
col |
column of the dataframe which contains the class |
Prob |
Minimum confidence level to generate the sample |
amount |
Number of novel samples to be generated |
A dataframe containing novel samples of the class Class
that satisfies Prob
confidence.
1 2 | # basic usage of GenerateMultipleCandidates
GenerateMultipleCandidates(iris,Class='virginica',col=5,Prob=0.3,amount=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.