Provides a new data structure, vector binary tree, to make your data visiting and management more efficient. if your data has very structurized column names with specific connecting pattern, it can read, split, and factorize these names, then build the mapping from all string objects to an array or tensor, through vector binary tree, by which the batched data processing can be implemented easily. The methods of array and tensor are also applicable.
Version: | 0.1.0 |
Depends: | R (≥ 2.10) |
Imports: | tensorA |
Suggests: | knitr, rmarkdown, testthat |
Published: | 2018-09-16 |
Author: | ZHANG Chen |
Maintainer: | ZHANG Chen <447974102 at qq.com> |
License: | GPL-3 |
URL: | https://github.com/CubicZebra/VBTree |
NeedsCompilation: | no |
CRAN checks: | VBTree results |
Reference manual: | VBTree.pdf |
Vignettes: |
Vignette Title |
Package source: | VBTree_0.1.0.tar.gz |
Windows binaries: | r-devel: VBTree_0.1.0.zip, r-release: VBTree_0.1.0.zip, r-oldrel: VBTree_0.1.0.zip |
macOS binaries: | r-release: VBTree_0.1.0.tgz, r-oldrel: VBTree_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=VBTree to link to this page.