LowLand
LowLand(BestMatchingUnits, GeneralizedUmatrix, Data, Cls, Key, LowLimit)
the unique BestMatchingUnits in the low lands of an u-Matrix
index such that UniqueBM = BestMatchingUnits(UniqueInd,]
Data reduced to LowLand: LowLandData = Data(LowLandInd,]
Cls reduced to LowLand: LowLandCls = Cls(LowLandInd)
Key reduced to LowLand: LowLandKey = Key(LowLandInd)
[1:n,1:n,1:n] BestMatchingUnits =[BMkey, BMLineCoords, BMColCoords]
[1:l,1:c] U-Matrix heights in Matrix form
[1:n,1:d] data cases in lines, variables in Columns or [] or 0
[1:n] a possible classification of the data or [] or 0
[1:n] the keys of the data or [] or 0
GeneralizedUmatrix heights up to this are considered to lie in the low lands default: LowLimit = prctile(Uheights,80) nur die 80# tiefsten
ALU 2021 in matlab, MCT reimplemented in R