yawn.nn.committee.functions
Class Average

java.lang.Object
  extended by yawn.nn.committee.functions.CommitteeFunction
      extended by yawn.nn.committee.functions.Average

public class Average
extends CommitteeFunction

$Id: Average.java,v 1.3 2005/04/07 17:28:30 supermarti Exp $

Version:
$Revision: 1.3 $
Author:
Luis Martí (luis dot marti at uc3m dot es)

Constructor Summary
Average()
           
 
Method Summary
protected  double piecewise(double[] x)
          Computes the value of an output feature of a committe.
 
Methods inherited from class yawn.nn.committee.functions.CommitteeFunction
assamble
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Average

public Average()
Method Detail

piecewise

protected double piecewise(double[] x)
Description copied from class: CommitteeFunction
Computes the value of an output feature of a committe.

Specified by:
piecewise in class CommitteeFunction
Parameters:
x - the feature of each each committe member's output
Returns:
the resulting output feature


Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.