templateK40 | R Documentation |
A cluster template created by handwriter with 40 clusters. This template was created from 100 handwriting samples from the CSAFE Handwriting Database, the CVL Handwriting Database, and the IAM Handwriting Database.
templateK40
A list containing the contents of the cluster template.
A vector of cluster assignments for each graph used to create the cluster template. The clusters are numbered sequentially 1, 2,...,40.
The final cluster centers produced by the K-Means algorithm.
The number of clusters in the template (40).
The number of training graphs to used to create the template (32,708).
The within cluster distances, the distance between each graph and the nearest cluster center, on the final iteration of the K-means algorithm.
handwriter splits handwriting samples into component shapes called graphs. The graphs are sorted into 40 clusters with a K-Means algorithm.
handwriter::plot_cluster_centers(templateK40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.