dmCalculateDensityValue | R Documentation |
Calculate a density value for a data record by evaluating the contained neural network in a data model.
dmCalculateDensityValue(dataRecord)
dataRecord |
List containing a data record |
Normalized density value
## Not run:
dmRead("dm.bin", "gd.bin")
dmCalculateDensityValue(list(4.4, 2.9, 1.4, 0.3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.