enumerate.meaningcombinations: Enumerate meaning combinations.

Description Usage Arguments Details Value See Also Examples

Description

Enumerates all possible combinations of meanings for a meaning space of the given dimensionality.

Usage

1
2
enumerate.meaningcombinations(dimensionality, uniquelabels = TRUE,
  offset = 0)

Arguments

dimensionality

either a) a vector of integers specifying the number of different possible values for every meaning dimension, or b) a list or other (potentially ragged) 2-dimensional data structure listing the possible meaning values for every dimension

uniquelabels

logical, determines whether the same integers can be reused across meaning dimensions or not. When uniquelabels = FALSE, the resulting matrix will be very reminiscent of tables listing all binary combinations of factors. Ignored when dimensionality specifies the meaning values

offset

a constant that is added to all meaning specifiers. Ignored when dimensionality specifies the meaning values

Details

The resulting matrix can be passed straight on to hammingdists and other meaning distance functions created by wrap.meaningdistfunction.

Value

A matrix that has as many columns as there are dimensions, with every row specifying one of the possible meaning combinations. The entries of the first dimension cycle slowest (see examples).

See Also

hammingdists

Examples

1
2
3
4
5

cultevo documentation built on May 2, 2019, 12:02 a.m.