emstreeR (Q81384): Difference between revisions
From MaRDI portal
Removed claim: imports (P585): stats (Q57178) |
Added link to MaRDI item. |
||||||||||||||
(7 intermediate revisions by 2 users not shown) | |||||||||||||||
description / en | description / en | ||||||||||||||
Tools for Fast Computing and | Tools for Fast Computing and Visualizing Euclidean Minimum Spanning Trees | ||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 21 March 2022 / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: scatterplot3d / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: BBmisc / rank | |||||||||||||||
Property / cites work | |||||||||||||||
Property / cites work: Fast euclidean minimum spanning tree / rank | |||||||||||||||
Property / software version identifier | |||||||||||||||
2.0.0 | |||||||||||||||
Property / software version identifier: 2.0.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.0.0 / qualifier | |||||||||||||||
publication date: 3 December 2018
| |||||||||||||||
Property / software version identifier | |||||||||||||||
2.1.0 | |||||||||||||||
Property / software version identifier: 2.1.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.1.0 / qualifier | |||||||||||||||
publication date: 6 December 2018
| |||||||||||||||
Property / software version identifier | |||||||||||||||
2.1.1 | |||||||||||||||
Property / software version identifier: 2.1.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.1.1 / qualifier | |||||||||||||||
publication date: 20 January 2019
| |||||||||||||||
Property / software version identifier | |||||||||||||||
2.1.2 | |||||||||||||||
Property / software version identifier: 2.1.2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.1.2 / qualifier | |||||||||||||||
publication date: 17 March 2019
| |||||||||||||||
Property / software version identifier | |||||||||||||||
2.2.0 | |||||||||||||||
Property / software version identifier: 2.2.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.2.0 / qualifier | |||||||||||||||
publication date: 8 May 2019
| |||||||||||||||
Property / software version identifier | |||||||||||||||
2.2.2 | |||||||||||||||
Property / software version identifier: 2.2.2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.2.2 / qualifier | |||||||||||||||
publication date: 30 November 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
3.1.2 | |||||||||||||||
Property / software version identifier: 3.1.2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 3.1.2 / qualifier | |||||||||||||||
publication date: 14 November 2023
| |||||||||||||||
Property / last update | |||||||||||||||
14 November 2023
| |||||||||||||||
Property / last update: 14 November 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / description | |||||||||||||||
Fast and easily computes an Euclidean Minimum Spanning Tree (EMST) from data, relying on the R API for 'mlpack' - the C++ Machine Learning Library (Curtin et. al., 2013). 'emstreeR' uses the Dual-Tree Boruvka (March, Ram, Gray, 2010, <doi:10.1145/1835804.1835882>), which is theoretically and empirically the fastest algorithm for computing an EMST. This package also provides functions and an S3 method for readily visualizing Minimum Spanning Trees (MST) using either the style of the 'base', 'scatterplot3d', or 'ggplot2' libraries; and functions to export the MST output to shapefiles. | |||||||||||||||
Property / description: Fast and easily computes an Euclidean Minimum Spanning Tree (EMST) from data, relying on the R API for 'mlpack' - the C++ Machine Learning Library (Curtin et. al., 2013). 'emstreeR' uses the Dual-Tree Boruvka (March, Ram, Gray, 2010, <doi:10.1145/1835804.1835882>), which is theoretically and empirically the fastest algorithm for computing an EMST. This package also provides functions and an S3 method for readily visualizing Minimum Spanning Trees (MST) using either the style of the 'base', 'scatterplot3d', or 'ggplot2' libraries; and functions to export the MST output to shapefiles. / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Allan Quadros / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: 3-clause BSD License / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: File License / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: File License / qualifier | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: mlpack / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: scatterplot3d / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: ggplot2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: graphics / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: stats / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: sf / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / cites work | |||||||||||||||
Property / cites work: Fast euclidean minimum spanning tree / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: R / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: R / qualifier | |||||||||||||||
software version identifier: ≥ 3.5.0 | |||||||||||||||
Property / MaRDI profile type | |||||||||||||||
Property / MaRDI profile type: MaRDI software profile / rank | |||||||||||||||
Normal rank | |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 18:56, 12 March 2024
Tools for Fast Computing and Visualizing Euclidean Minimum Spanning Trees
Language | Label | Description | Also known as |
---|---|---|---|
English | emstreeR |
Tools for Fast Computing and Visualizing Euclidean Minimum Spanning Trees |
Statements
14 November 2023
0 references
Fast and easily computes an Euclidean Minimum Spanning Tree (EMST) from data, relying on the R API for 'mlpack' - the C++ Machine Learning Library (Curtin et. al., 2013). 'emstreeR' uses the Dual-Tree Boruvka (March, Ram, Gray, 2010, <doi:10.1145/1835804.1835882>), which is theoretically and empirically the fastest algorithm for computing an EMST. This package also provides functions and an S3 method for readily visualizing Minimum Spanning Trees (MST) using either the style of the 'base', 'scatterplot3d', or 'ggplot2' libraries; and functions to export the MST output to shapefiles.
0 references