| SVRModel | R Documentation |
Return a table with continuous values for eta and xi, based on prediction built by support vector regression model (SVR). The kernel function in SVR is radial basis.
SVRModel(x, seqby = 80)
x |
The calculation result returned from the function |
seqby |
A numeric value to specify the grid density. Default value is 80, namely the default mesh for original plot uses 80*80. |
A data frame including continuous values for eta and xi, calculated based on the discrete values for
eta and xi returned from DMMprocess. The strain condition in current calculation
is also included.
DMMprocess
epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
PLTbd <- SVRModel(DMM)
PLTbd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.