Liking cljdoc? Tell your friends :D

evoc.layers

Multi-resolution cluster-layer selection — the defining EVoC feature (clustering.build_cluster_layers + clustering_utilities.py). Over a condensed tree: min_cluster_size barcode -> total persistence over size thresholds -> local-maxima peaks -> diverse-peak selection (Jaccard) -> per-peak cluster layers. fit picks labels_ = argmax(persistence).

Multi-resolution cluster-layer selection — the defining EVoC feature
(clustering.build_cluster_layers + clustering_utilities.py). Over a condensed
tree: min_cluster_size barcode -> total persistence over size thresholds ->
local-maxima peaks -> diverse-peak selection (Jaccard) -> per-peak cluster
layers. fit picks labels_ = argmax(persistence).
raw docstring

->find-peaks!_m_doubles_long_ints_Implclj

(->find-peaks!_m_doubles_long_ints_Impl)

Positional factory function for class evoc.layers.find-peaks!_m_doubles_long_ints_Impl.

Positional factory function for class evoc.layers.find-peaks!_m_doubles_long_ints_Impl.
sourceraw docstring

->min-cluster-size-barcode!_m_ints_ints_doubles_ints_long_long_long_doubles_doubles_ints_doubles_Implclj

(->min-cluster-size-barcode!_m_ints_ints_doubles_ints_long_long_long_doubles_doubles_ints_doubles_Impl)

Positional factory function for class evoc.layers.min-cluster-size-barcode!_m_ints_ints_doubles_ints_long_long_long_doubles_doubles_ints_doubles_Impl.

Positional factory function for class evoc.layers.min-cluster-size-barcode!_m_ints_ints_doubles_ints_long_long_long_doubles_doubles_ints_doubles_Impl.
sourceraw docstring

->total-persistence!_m_doubles_doubles_doubles_long_doubles_long_doubles_Implclj

(->total-persistence!_m_doubles_doubles_doubles_long_doubles_long_doubles_Impl)

Positional factory function for class evoc.layers.total-persistence!_m_doubles_doubles_doubles_long_doubles_long_doubles_Impl.

Positional factory function for class evoc.layers.total-persistence!_m_doubles_doubles_doubles_long_doubles_long_doubles_Impl.
sourceraw docstring

build-cluster-layersclj

(build-cluster-layers
  emb
  n
  dim
  {:keys [min-samples base-min-cluster-size min-similarity max-layers]
   :or
     {min-samples 5 base-min-cluster-size 5 min-similarity 0.2 max-layers 10}})
source

cluster-layers-from-condensedclj

(cluster-layers-from-condensed condensed
                               n-samples
                               base-min-cluster-size
                               min-similarity
                               max-layers)

build_cluster_layers given a condensed tree (post-spine). Returns {:layers [int[]] :strengths [double[]] :persistence [double] + diagnostics}.

build_cluster_layers given a condensed tree (post-spine). Returns
{:layers [int[]] :strengths [double[]] :persistence [double] + diagnostics}.
sourceraw docstring

compute-total-persistenceclj

(compute-total-persistence {:keys [births deaths lambda-deaths]})

Returns {:sizes (unique births, ascending) :total-persistence}.

Returns {:sizes (unique births, ascending) :total-persistence}.
sourceraw docstring

extract-clusters-by-idclj

(extract-clusters-by-id condensed selected-ids n-samples)
source

find-peaksclj

(find-peaks x)
source

find-peaks!clj

(find-peaks! arg0 arg1 arg2)
source

find-peaks!_m_doubles_long_intsclj

(find-peaks!_m_doubles_long_ints & args__68050)
source

find-peaks!_m_doubles_long_ints-implclj

source

min-cluster-size-barcodeclj

(min-cluster-size-barcode {:keys [parent child lambda size]} n-points min-size)

Returns {:births :deaths :parents :lambda-deaths} (size n_nodes).

Returns {:births :deaths :parents :lambda-deaths} (size n_nodes).
sourceraw docstring

min-cluster-size-barcode!clj

(min-cluster-size-barcode! arg0
                           arg1
                           arg2
                           arg3
                           arg4
                           arg5
                           arg6
                           arg7
                           arg8
                           arg9
                           arg10)
source

min-cluster-size-barcode!_m_ints_ints_doubles_ints_long_long_long_doubles_doubles_ints_doublesclj

(min-cluster-size-barcode!_m_ints_ints_doubles_ints_long_long_long_doubles_doubles_ints_doubles
  &
  args__67940)
source

min-cluster-size-barcode!_m_ints_ints_doubles_ints_long_long_long_doubles_doubles_ints_doubles-implclj

source

select-diverse-peaksclj

(select-diverse-peaks peaks
                      total-persistence
                      sizes
                      births
                      deaths
                      min-sim
                      max-layers)
source

total-persistence!clj

(total-persistence! arg0 arg1 arg2 arg3 arg4 arg5 arg6)
source

total-persistence!_m_doubles_doubles_doubles_long_doubles_long_doublesclj

(total-persistence!_m_doubles_doubles_doubles_long_doubles_long_doubles
  &
  args__67995)
source

total-persistence!_m_doubles_doubles_doubles_long_doubles_long_doubles-implclj

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close