Description Usage Arguments Value Examples
Data standardization
1 | standardize(set, type = "punctual")
|
set |
Data set. (Required) |
type |
standardization type (Not required. Default value: "punctual". Valid values: "punctual" - "scale") |
standardized set.
1 2 3 4 5 6 7 | library(apnnClassifier)
data(testData)
Basic usage
testData <- standardize(testData)
For classification by minimum and maximum
testData <- standardize(testData, type = "scale")
View(testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.