gaussianKernel {SpecDetec} | R Documentation |
Calculate Gaussian Kernel
Description
Measure of similarity between two points represented by x1 and x2
Usage
gaussianKernel(x1, x2, alpha = 1)
Arguments
x1 |
first valor to computate |
x2 |
second valor to computate |
alpha |
Alpha Measure |
Details
Measure of similarity between two points represented by x1 and x2
Value
Measure of similarity between two points.
Author(s)
Luis Gustavo Uzai
[Package SpecDetec version 1.0.0 Index]