Published November 13, 2018
| Version 1.0.3
Software
Open
melvidoni/rsppfp: rsppfp v1.0.3
Description
rsppfp 1.0.3
Stable release of advanced implementation of rsppfp, with minor bug fixes. Released November 2018.
Minor Bug Fixes and Improvements- Additional checks have been added to Hsu's and Villeneuve's transformation. The algorithms now stop if certain conditions are not met, such as: columns' names, use of non-existent nodes in forbidden paths, and subpaths inclusions for Villeneuve's algorithms.
- Additional handling of the weight has been added to the convenience function
get_shortest_path(). The user is now required to explicit theweightattribute name. If it does not exist, a standard weight of 1 is added to the graph. - All examples and documentation now feature data frames created with
data.frame(), instead of usingstructure()The importance of usingstringsAsFactors = FALSEhas been highlighted. - Cluster closing has been moved to
on.exit(), so that if the function terminates early, all the connections will still be closed. - The benchmark on the website now showcases the results for all the evaluated density types.
Files
melvidoni/rsppfp-1.0.3.zip
Files
(373.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:dffec5ba89e1f4fc8d7ab9929b1d6ecd
|
373.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/melvidoni/rsppfp/tree/1.0.3 (URL)