org.neuroph.util.norm
Interface Normalizer

All Known Implementing Classes:
DecimalScaleNormalizer, MaxMinNormalizer, MaxNormalizer

public interface Normalizer

Interface for training set normalization methods.

Author:
Zoran Sevarac

Method Summary
 void normalize(DataSet dataSet)
          Normalize specified training set
 

Method Detail

normalize

void normalize(DataSet dataSet)
Normalize specified training set

Parameters:
trainingSet - training set to normalize


Copyright © 2012. All Rights Reserved.