Determining the specific mapping of objects to utterances that applies given the present objects in the scene.

mapObjectToUtterances(currentObjects)

Arguments

currentObjects

A vector of three values in range {1,...,27} specifying the target and the other two objects.

The target is the first object in the vector (index = 1).

Value

A 3x3 matrix. Values in the matrix are in range {1-9}.

rows: Objects; columns: Feature values of the objects

Details

This function is only used in X9

Examples