new_shapley_interaction {ShapleyOutlier}R Documentation

Class constructor for class shapley_interaction.

Description

This function creates an object of class shapley_interaction that is returned by the shapley_interaction function.

Usage

new_shapley_interaction(PHI = numeric())

Arguments

PHI

A p \times p matrix containing the decomposition of the squared Mahalanobis distance of a p-dimensional numeric vector into outlyingness scores for pairs of variables.

Value

Matrix of class shapley_interaction, containing input matrix PHI.


[Package ShapleyOutlier version 0.1.1 Index]