diris2D | R Documentation |
Discretized version of the iris2D
dataset.
data(diris2D)
A data.frame with 103 samples (rows) and 3 variables (columns) named Petal.Length, Petal.Width and Species.
Data collected by E. Anderson (1935).
R. A. Fisher. The use of multiple measurements in taxonomic problems. Annals of Eugenics, 7:179-188, 1936.
E. Anderson. The irises of the Gaspe Peninsula. Bulletin of the American Iris Society, 59:2-5, 1935.
iris2D
, print.ndmodel
, summary.ndmodel
, plot.ndmodel
# load the dataset data(diris2D) # noise introduction set.seed(9) outdef <- sym_uni_ln(x = diris2D[,-ncol(diris2D)], y = diris2D[,ncol(diris2D)], level = 0.1) # show results summary(outdef, showid = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.