Documentation of samgrad


Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)


Function Synopsis

[Grad] = samgrad(x, DistDataHigh, DistDataHighMat, DimDataLow)

Help text

 Sammon mapping gradient calculation

 long description of function.

 Syntax:  [Grad] = samgrad(x, DistDataHigh, DistDataHighMat, DimDataLow)

 Input parameter:
    x         - data points
    DistDataHigh    - distances betwenn data points in high dimension
                         as a row vector
    DistDataHighMat - distances betwenn data points in high dimension
                         as a full matrix
    DimDataLow      - scalar containing dimension of low dimensional data

 Output parameter:
    Grad      - gradient

 See also: sammon, samobj

Cross-Reference Information

This function calls This function is called by

GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions 

This document is part of version 3.3 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2000 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).