Created by IntelliJ IDEA. User: da Date: 10/8/11 Time: 2:25 AM
MDS
00 Remarks
01 Syntax
Microsoft.VisualBasic.Math.LinearAlgebra.Matrix.MDSScale.MDS
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| fullmds | 1 | |
| classicalScaling | 1 | |
| distanceScaling | 2 |
03 Members
fullmds(
Double()(), Int32)Parameters
| Name | Type | Description |
|---|---|---|
d | Double()() | should be a NxN distance matrix. |
dim | Int32 | - |
Returns
this function returns an column array with dim elements, each elements is a dimension column result
classicalScaling(
Double()(), Int32)distanceScaling(
Double()(), Int32)distanceScaling(
Double()(), Int32, Int32, Int32)