The mass (a.k.a., concentration) parameter of the AIBD.
permutation
A permutation, i.e., a vector of integers 1, 2, ...,
n whose length is n and whose elements are unique. Using the Indian
buffet analogy, the permutation represents the order the customers enter the buffet.
temperature
A nonnegative scalar which determines how influential the
distance matrix is in the feature allocation distribution. The AIBD reduces to
the IBP when the temperature is zero and diverges from the IBP as the temperature increases.
distance
A distance matrix, i.e., a symmetric matrix whose
(i,j) entry is small if items i and j are similar. An object
of class "dist" is also permissible.
decayFunction
One of the following strings: "exponential"
(making similarity = exp(-temperature*distance)),
"reciprocal" (making similarity = 1/distance^temperature), or
"identity" (in which case distance is interpreted as a
similarity instead of a distance).
Value
An object representing an Attraction Indian Buffet Distribution
(AIBD) for feature allocations.