|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyawn.nn.committee.functions.CommitteeFunction
public abstract class CommitteeFunction
$Id: CommitteeFunction.java,v 1.3 2005/04/07 17:28:30 supermarti Exp $
| Constructor Summary | |
|---|---|
CommitteeFunction()
|
|
| Method Summary | |
|---|---|
Pattern |
assamble(Pattern[] x)
Builds a committe response from an array of outputs. |
protected abstract 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 CommitteeFunction()
| Method Detail |
|---|
public Pattern assamble(Pattern[] x)
piecewise() is called.
x - outputs of the committe members
protected abstract double piecewise(double[] x)
x - the feature of each each committe member's output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||