Description Usage Arguments Details Value
View source: R/deepNeuralNetwork.standarize.r
'deepNeuralNetwork.standarize()' standarizes the given data by calculating either a z-score using the mean and the sd or a robust z-score using the median and the MAD.
1 | deepNeuralNetwork.standarize(x = NULL, method = "r")
|
x |
Matrix. The data to be standarized. |
method |
Character. Specifies the method used. "s"=standar z-score using the mean. "r"=robust z-score using the median. |
'deepNeuralNetwork.standarize()' standarizes the given data by calculating either a z-score using the mean and the sd or a robust z-score using the median and the MAD.
The standarized data matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.