Learn R Programming

applicable (version 0.0.1.1)

autoplot.apd_similarity: Plot the cumulative distribution function for similarity metrics

Description

Plot the cumulative distribution function for similarity metrics

Usage

# S3 method for apd_similarity
autoplot(object, ...)

Arguments

object

An object produced by apd_similarity.

...

Not currently used.

Value

A ggplot object that shows the cumulative probability versus the unique similarity values in the training set. Not that for large samples, this is an approximation based on a random sample of 5,000 training set points.

Examples

Run this code
# NOT RUN {
set.seed(535)
tr_x <- matrix(sample(0:1, size = 20 * 50, prob = rep(.5, 2),
 replace = TRUE), ncol = 20)
model <- apd_similarity(tr_x)

# }

Run the code above in your browser using DataLab