Description Usage Arguments Details Author(s) Examples
Object that holds results from AI detection.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | referenceFrequency(x, ...)
## S4 method for signature 'DetectedAI'
referenceFrequency(x, return.class = "array")
thresholdFrequency(x, ...)
## S4 method for signature 'DetectedAI'
thresholdFrequency(x, return.class = "array")
thresholdCountSample(x, ...)
## S4 method for signature 'DetectedAI'
thresholdCountSample(x, return.class = "array")
thresholdDeltaFrequency(x, ...)
## S4 method for signature 'DetectedAI'
thresholdDeltaFrequency(x, return.class = "array")
thresholdPvalue(x, ...)
## S4 method for signature 'DetectedAI'
thresholdPvalue(x, return.class = "array")
|
x |
ASEset object or list of ASEsets |
... |
pass arguments to internal functions |
return.class |
type of class returned eg. "list or ""array". |
The DetectedAI-class contains
Jesper R. Gadin, Lasse Folkersen
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.