|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yawn.nn.committee.functions.CommitteeFunction yawn.nn.committee.functions.Popularity
public class Popularity
$Id: Popularity.java,v 1.4 2005/04/07 17:28:30 supermarti Exp $
Constructor Summary | |
---|---|
Popularity()
|
Method Summary | |
---|---|
Pattern |
assamble(Pattern[] x)
Builds a committe response from an array of outputs. |
protected double |
piecewise(double[] x)
Computes the value of an output feature of a committe. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Popularity()
Method Detail |
---|
protected double piecewise(double[] x)
CommitteeFunction
piecewise
in class CommitteeFunction
x
- the feature of each each committe member's output
CommitteeFunction.piecewise(double[])
public Pattern assamble(Pattern[] x)
CommitteeFunction
piecewise()
is called.
assamble
in class CommitteeFunction
x
- outputs of the committe members
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |