Meila: Computing the M matrix

View source: R/FunctionsTree.R

MeilaR Documentation

Computing the M matrix

Description

Computing the M matrix

Usage

Meila(W)

Arguments

W

Squared weight matrix

Value

M matrix as defined in Meila et al. 2006

Examples

W = matrix(c(1,1,3,1,1,1,3,1,1),3,3,byrow=TRUE)
Meila(W)

Rmomal/EMtree documentation built on Dec. 14, 2024, 8:16 a.m.