The matrix contains 3^3 types of objects.

It essentially specifies the 3 feature expressions for each object thus, the matrix maps objects to matching utterances. The matrix contains the index mapping of all possible feature values:

cloud = 1, circle = 2, square = 3

solid = 4, striped = 5, dotted = 6

blue = 7, red = 8, green = 9

The strings of the index mapping are contained in the matrix allObjects.

allObjectsToUtterancesMappings

Format

An object of class matrix (inherits from array) with 27 rows and 3 columns.

Examples