dbStat
Interface NormalizeVectorAttributes

All Known Implementing Classes:
NormalizeMinMax

public interface NormalizeVectorAttributes

Interface to normalize the components of an arraylist of vectors


Method Summary
 java.util.ArrayList NormalizeAttributes(java.util.ArrayList vectorCollection)
          Abstarct Method to normalize the components of a set of vectors
 

Method Detail

NormalizeAttributes

public java.util.ArrayList NormalizeAttributes(java.util.ArrayList vectorCollection)
Abstarct Method to normalize the components of a set of vectors

Parameters:
vectorCollection - An ArrayList of AttributeVectors
Returns:
the Normalized Arraylist of the AttributeVectors