This function determines the ambiguity classes. These are determined by answering this question: What properties does target object share with other objects?

This allows you to group together the trials that have the same levels of ambiguity.

getConstellationCode(objectConstellation, chosenFeature)

Arguments

objectConstellation

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

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

chosenFeature

A value {1,2 or 3} that specifies, which one of the three feature values (shape, texture or color) of the chosen object was used as the utterance.

Example:

utterance was "red", means chosen feature is color (chosenFeature = 3).

Value

A list of three rows (length of the objectConstellation vector). Each row..

Examples