Rdocumentation
powered by
Learn R Programming
DNAshapeR (version 1.0.2)
normalizeShape: Normalize n-st order shape features
Description
Normalize n-st order shape features
Usage
normalizeShape(featureVector, thOrder, shapeType, normalize)
Arguments
featureVector
A matrix containing encoded features.
thOrder
A number indicating n-st order shape encoding
shapeType
A character name of shape (MGW, Roll, ProT, HelT) features
normalize
A logical indicating whether to perform normalization. Default to TRUE.
Value
featureVector A matrix containing encoded features.