Removed a prototype whose implementation no longer exists.
Added a few comments.
Whitespace changes.
struct interact_params
{
- /* A map indexed by a interaction_value */
+ /* A map of cases indexed by a interaction_value */
struct hmap ivmap;
struct interaction *iact;
HMAP_FOR_EACH (ivn, struct interaction_value, node, &iap->ivmap)
{
iap->reverse_interaction_value_map[x++] = ivn;
-
}
assert (x <= iap->n_cats);
/* These use the long map. Useful for descriptive statistics. */
-/* Return the value corresponding to the N'th category */
-const union value * categoricals_get_value_by_category (const struct categoricals *cat, int n);
const struct ccase *
categoricals_get_case_by_category_real (const struct categoricals *cat, int iact, int n);