Time


Description

Get/Set the time for time-series inference.

Syntax

Getting the time:

anEngine.Time

Setting the time:

aEngine.Time = newTime

Parameter Description
anEngine an Engine object.of type ine_HmmCopyBack.
newTime an integer of type long.that tells the new time.

Return Value

When getting the time, an integer of type long is returned.

Remarks

This method is only interesting when the inference engine does time-series inference, in other words, when

anEngine.Type= ne_HmmCopyBack.

 

When setting, it can only be set to 0 or one more than the current time.

Applies To

Engine