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

java.lang.Objectriso.distributions.TrivialLambdaHelper
- All Implemented Interfaces:
- LambdaHelper, java.io.Serializable
- public class TrivialLambdaHelper
- extends java.lang.Object
- implements LambdaHelper
- extends java.lang.Object
| Constructor Summary | |
TrivialLambdaHelper()
|
|
| Method Summary | |
Distribution |
compute_lambda(Distribution[] lambda_messages)
In the case there is no diagnostic support, lambda is noninformative. |
static riso.general.SeqTriple[] |
description()
Returns a description of the sequences of distributions accepted by this helper -- namely any number of Noninformative. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
TrivialLambdaHelper
public TrivialLambdaHelper()
| Method Detail |
description
public static riso.general.SeqTriple[] description()
- Returns a description of the sequences of distributions accepted
by this helper -- namely any number of Noninformative.
compute_lambda
public Distribution compute_lambda(Distribution[] lambda_messages) throws java.lang.Exception
- In the case there is no diagnostic support, lambda is noninformative.
- 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.TrivialLambdaHelper