sim_transform

PURPOSE

Transformation of points to compute pairwise similarities of projected data Eqs.(17)-(18)

SYNOPSIS

function out = sim_transform(proj, a, d, weights)

DESCRIPTION

Transformation of points to compute pairwise similarities of projected data Eqs.(17)-(18)
OUT = SIM_TRANSFORM(PROJ, A, D, WEIGHTS)

 Returns:
    (OUT): Points after transformation

 Inputs:
    (PROJ): Projected data
    (A): Range parameter (alpha)
    (D): Delta parameter of transformation function
    (WEIGHTS): Number of original observations associated with each micro-cluster center
        (If micro-clustering has been used)

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005