View source: R/dmBuildMetricSubspaces.R
dmBuildMetricSubspaces | R Documentation |
Read a data model and generative data from files, analyze the contained neural network in the data model for a level, determine metric subspaces with density values above a level, add obtained metric subspaces to the data model and write it to original file.
dmBuildMetricSubspaces(dataModelFileName, level, generativeDataFileName)
dataModelFileName |
Name of data model file |
level |
Level |
generativeDataFileName |
Name of generative data file |
None
## Not run:
dmBuildMetricSubspaces("dm.bin", 0.7, "gd.bin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.