cfc {handwriterRF} | R Documentation |
A Dataframe of Cluster Fill Counts
Description
The cfc dataframe contains cluster fill counts for two documents from the CSAFE Handwriting Database: w0238_s01_pWOZ_r02.rds and w0238_s01_pWOZ_r03.rds.
Usage
cfc
Format
A dataframe with 2 rows and 15 variables:
- docname
The file name of the handwriting sample.
- writer
Writer ID.
- doc
The name of the handwriting prompt.
- 3
The number of graphs in cluster 3.
- 10
The number of graphs in cluster 10.
- 12
The number of graphs in cluster 12.
- 15
The number of graphs in cluster 15.
- 16
The number of graphs in cluster 16.
- 17
The number of graphs in cluster 17.
- 19
The number of graphs in cluster 19.
- 20
The number of graphs in cluster 20.
- 23
The number of graphs in cluster 23.
- 25
The number of graphs in cluster 25.
- 27
The number of graphs in cluster 27.
- 29
The number of graphs in cluster 29.
Details
The documents were split into graphs with
process_batch_dir
. The graphs were grouped into
clusters with get_clusters_batch
and the cluster
template templateK40
. The number of graphs in each
cluster, the cluster fill counts, were counted with
get_cluster_fill_counts
. The dataframe cfc has a
column for each cluster in templateK40
that has at
least one graph from w0238_s01_pWOZ_r02.rds or w0238_s01_pWOZ_r03.rds
assigned to it. Empty clusters do not have columns in cfc, so cfc only has 12
cluster columns instead of 40.
Source
https://forensicstats.org/handwritingdatabase/