Type/Module | Description |
Function or value | Description |
|
Aggregates the subbranches of a node to leafs, if the predicate function taking the distance and the number of subLeafs returns true
Example
|
|
Aggregates the subbranches of a node to leafs, if the distance between them is smaller than the given distanceCutoff
Example
|
|
|
|
Example
|
|
Example
|
Full Usage:
euclidean a1 a2
Parameters:
^a array
a2 : ^a array
Returns: float
Modifiers: inline |
|
|
|
Full Usage:
fromFileWithSep separator filePath
Parameters:
char
filePath : string
Returns: seq<string[]>
|
|
Full Usage:
generate distance linker data
Parameters:
Distance<float[]>
linker : LancWilliamsLinker
data : float[] array
Returns: Dictionary<Cluster<float array>, FastPriorityQueue<ClusterIndex>>
|
|
Full Usage:
get clusterTree
Parameters:
Cluster<float array>
-
Returns: seq<float * int * int>
|
Example
|
|
Example
|
|
Example
|
|
|
|
|
Full Usage:
getDistancesAndLabels cluster
Parameters:
Cluster<'T>
-
Returns: (int * float) list
|
Example
|
|
Example
|
|
Example
|
|
Example
|
|
|
|
|
Full Usage:
getWithClusterName clusterTree
Parameters:
Cluster<float array>
Returns: seq<int * float * int * int>
|
|
Full Usage:
initPairsNR cachedDist arr
Parameters:
DistanceCaching<float[]>
arr : float[] array
Returns: Dictionary<Cluster<float[]>, FastPriorityQueue<ClusterIndex>>
|
|
|
Example
|
Full Usage:
minDequeue source
Parameters:
Dictionary<Cluster<float array>, FastPriorityQueue<ClusterIndex>>
Returns: KeyValuePair<Cluster<float array>, FastPriorityQueue<ClusterIndex>>
|
|
Full Usage:
printHClust clusterTree
Parameters:
Cluster<float array>
-
Returns: seq<string>
|
Example
|
|
Example
|
Full Usage:
usedDistancesAndLabels cluster
Parameters:
Cluster<'a>
Returns: (float * int list) list
|
|
Full Usage:
whileLoop cachedDist source countIndex
Parameters:
DistanceCaching<float[]>
source : Dictionary<Cluster<float array>, FastPriorityQueue<ClusterIndex>>
countIndex : int
Returns: Dictionary<Cluster<float array>, FastPriorityQueue<ClusterIndex>>
|
|