Learn R Programming

RSDA (version 2.0)

dist.set: Distance for Symbolic Set Variables.

Description

This function computes and returns the distance matrix by using the specified distance measure to compute distance between symbolic interval variables.

Usage

dist.set(sym.data, variables, gamma = 0.5, method = "Minkowski",
  normalize = TRUE, q = 1, pond = rep(1, length(variables)))

Arguments

sym.data

A symbolic object

variables

Numeric vector with the number of the variables to use.

gamma

gamma value for the methods ichino and minkowski.

method

Method to use (Gowda.Diday, Ichino, Minkowski, Hausdorff)

normalize

A logical value indicating whether normalize the data in the ichino or hausdorff method.

q

q value for the Minkowski method.

pond

A numeric vector

Value

An object of class "dist"