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 sampleGenerateASingleCandidate 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
GenerateASingleCandidate(data, Class, col, Prob)A dataframe containing available data
The target class
Column the target class is located in the dataframe
Minimum confidence level to generate sample
A dataframe containing a novel sample if it satisfies the confidence given in Prob, otherwise NA