sagra: Splitting And Group Recombining Algorithm (SAGRA)

Description Usage Arguments Value

Description

This is a cluster algorithm proposed by Alvarez and Peña (2014) Based on Bayes Factors

Usage

1
sagra(data, minsize = ncol(data) + log(nrow(data) - ncol(data)))

Arguments

data

Data frame, currently sagra supports only numeric variables.

minsize

The minimum size of a cluster

Value

A cluster solution


adolfoalvarez/SAGRA documentation built on May 10, 2019, 5:58 a.m.