|
|||||||||
| Home >> All >> riso >> [ distributions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
riso.distributions
Class TrivialSoleLambdaHelper

java.lang.Objectriso.distributions.TrivialSoleLambdaHelper
- All Implemented Interfaces:
- LambdaHelper, java.io.Serializable
- public class TrivialSoleLambdaHelper
- extends java.lang.Object
- implements LambdaHelper
- extends java.lang.Object
| Constructor Summary | |
TrivialSoleLambdaHelper()
|
|
| Method Summary | |
Distribution |
compute_lambda(Distribution[] lambda_messages)
In the case there is only one lambda message, lambda is just that message. |
static riso.general.SeqTriple[] |
description()
Returns a description of the sequences of distributions accepted by this helper -- namely exactly one AbstractDistribution. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
TrivialSoleLambdaHelper
public TrivialSoleLambdaHelper()
| Method Detail |
description
public static riso.general.SeqTriple[] description()
- Returns a description of the sequences of distributions accepted
by this helper -- namely exactly one AbstractDistribution.
compute_lambda
public Distribution compute_lambda(Distribution[] lambda_messages) throws java.lang.Exception
- In the case there is only one lambda message, lambda is just
that message.
- Specified by:
compute_lambdain interfaceLambdaHelper
|
|||||||||
| Home >> All >> riso >> [ distributions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
riso.distributions.TrivialSoleLambdaHelper