callSimilarityComputation {rchic}R Documentation

Calls the C++ ASI rules processor.

Description

Interface to call the ASI rules processor.

Interface to call the the C++ similarity computation.

Usage

callSimilarityComputation(similarity_matrix, list.occurrences.variables,
  supplementary.variables, matrix.values, contribution.supp,
  typicality.supp, verbose)

Arguments

similarity_matrix

matrix of similarities of the variables.

list.occurrences.variables

list of the occurrences of the variables.

supplementary.variables

list of supplementary variables.

matrix.values

matrix with values of individuals (used to compute the contributions and typicalities).

contribution.supp

boolean to compute the contribution of supplementary variables

typicality.supp

boolean to compute the typicality of supplementary variables

verbose

gives more details

Author(s)

Raphael Couturier

Raphael Couturier


[Package rchic version 0.27 Index]