Hugin .NET API Reference Library
GetPredictedBelief Method (state, time)
Namespaces > HAPI > DiscreteNode > GetPredictedBelief(UInt64, UInt64)
Returns the predicted belief for the specified state of this DiscreteNode at the specified time point.
public void h_number_t GetPredictedBelief(size_t state, size_t time)
Syntax
C#Visual BasicManaged C++
public float GetPredictedBelief (
	ulong state,
	ulong time
)
Public Function GetPredictedBelief ( _
	state As ULong, _
	time As ULong _
) As Single
public:
float GetPredictedBelief (
	unsigned long long state, 
	unsigned long long time
)
Parameters
state (UInt64)
an integer value representing which state to examine.
time (UInt64)
time slice index (integer less than the number of predicted time slices)
Remarks
This method accesses the predictions computed by a previous call to ComputeDBNPredictions(UInt64).
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)