normalizeShape {DNAshapeR} | R Documentation |
Normalize n-st order shape features
normalizeShape(featureVector, thOrder, shapeType, normalize)
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. |
featureVector A matrix containing encoded features.
Tsu-Pei Chiu