Skip to content

Commit

Permalink
Merge pull request #117 from CSAFE-ISU/113-export-cluster-assignments
Browse files Browse the repository at this point in the history
113 export cluster assignments
  • Loading branch information
stephaniereinders authored Feb 21, 2024
2 parents ec835aa + 6f54b5a commit 15abafd
Show file tree
Hide file tree
Showing 6 changed files with 480 additions and 146 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export(drop_burnin)
export(extractGraphs)
export(fit_model)
export(format_template_data)
export(get_cluster_fill_counts)
export(get_clusters_batch)
export(get_credible_intervals)
export(get_posterior_probabilities)
export(make_clustering_templates)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# handwriter (development version)

* New function `get_clusters_batch()` calculates cluster assignments of all files in a directory.


# handwriter 2.0.3

* Fix initializer warning with arma::vec. Apparently different versions of gcc were raising warnings with the assignment of values in neighbors. The recommended fix was to use an initializer list.


# handwriter 2.0.2

## New features
Expand Down
Loading

0 comments on commit 15abafd

Please sign in to comment.