edu.udo.cs.yale.example
Interface WeightApplier

All Known Implementing Classes:
DummyWeightApplier, ScalingWeightApplier

public interface WeightApplier

WeightAppliers calculate the actual value of an attribute for a given example. Simple weight appliers can simply scale the value with the given weight.

Version:
$Id: WeightApplier.java,v 2.9 2006/08/03 14:39:28 ingomierswa Exp $
Author:
Ingo Mierswa

Method Summary
 double applyWeight(double value, double weight)
          Applies the weight to the value and returns the actual value.
 

Method Detail

applyWeight

double applyWeight(double value,
                   double weight)
Applies the weight to the value and returns the actual value.



Copyright © 2001-2006