HierarchicalClustering Module
Types and nested modules
| Type/Module | Description |
Functions and values
| Function or value | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
euclidean a1 a2
Parameters:
^a array
a2 : ^a array
Returns: float
Modifiers: inline Type parameters: ^a, ^a, ^b |
|
|
|
Full Usage:
fromFileWithSep separator filePath
Parameters:
char
filePath : string
Returns: string[] seq
|
|
Full Usage:
generate distance linker data
Parameters:
Distance<'T>
linker : LancWilliamsLinker
data : 'T[]
Returns: Dictionary<Cluster<'T>, FastPriorityQueue<ClusterIndex<'T>>>
|
|
Full Usage:
get clusterTree
Parameters:
Cluster<'T>
-
Returns: (float * int * int) seq
|
|
|
|
|
|
|
|
|
|
Full Usage:
getDistancesAndLabels cluster
Parameters:
Cluster<'T>
-
Returns: (int * float) list
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
getWithClusterName clusterTree
Parameters:
Cluster<'T>
Returns: (int * float * int * int) seq
|
|
Full Usage:
initPairsNR cachedDist arr
Parameters:
DistanceCaching<'T>
arr : 'T array
Returns: Dictionary<Cluster<'T>, FastPriorityQueue<ClusterIndex<'T>>>
|
|
|
|
Full Usage:
minDequeue source
Parameters:
Dictionary<Cluster<'T>, FastPriorityQueue<ClusterIndex<'T>>>
Returns: KeyValuePair<Cluster<'T>, FastPriorityQueue<ClusterIndex<'T>>>
|
|
|
|
|
|
Full Usage:
usedDistancesAndLabels cluster
Parameters:
Cluster<'a>
Returns: (float * int list) list
|
|
Full Usage:
whileLoop cachedDist source countIndex
Parameters:
DistanceCaching<'T>
source : Dictionary<Cluster<'T>, FastPriorityQueue<ClusterIndex<'T>>>
countIndex : int
Returns: Dictionary<Cluster<'T>, FastPriorityQueue<ClusterIndex<'T>>>
|
|
FSharp.Stats