org.android.activityminer.logic.classification
Interface Normalizer

Package class diagram package Normalizer
All Known Implementing Classes:
DummyNormalizer, NormalizerForDataPoints

public interface Normalizer

Interface for attribute value normalizers


Method Summary
 double[] normalize(double[] point)
          Point value normalization based on the stored range information.
 void prepareWithTrainingData(Set<? extends Activity> trainingSet)
          Preparation with a training data set
 

Method Detail

normalize

double[] normalize(double[] point)
Point value normalization based on the stored range information.

Parameters:
point - the data point
Returns:
the normalized value

prepareWithTrainingData

void prepareWithTrainingData(Set<? extends Activity> trainingSet)
Preparation with a training data set

Parameters:
trainingSet - the training data set