gdCalculateDensityValue | R Documentation |
Calculate density value for a data record. By default for the calculation a linear search is performed on generative data. When a search tree is used search is performed on a tree for generative data which is built once in the first function call.
gdCalculateDensityValue(dataRecord, useSearchTree = FALSE)
dataRecord |
List containing a data record |
useSearchTree |
Boolean value indicating if a search tree should be used. |
Normalized density value number
## Not run:
gdRead("gd.bin")
dv <- gdCalculateDensityValue(list(6.1, 2.6, 5.6, 1.4))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.