Package | Description |
---|---|
ini.trakem2.analysis | |
ini.trakem2.display |
Modifier and Type | Field and Description |
---|---|
Set<Collection<Vertex<T>>> |
Centrality.EtchingStep.branches |
Set<Vertex<T>> |
Vertex.neighbors |
Modifier and Type | Method and Description |
---|---|
static <T> ArrayList<Vertex<T>> |
Vertex.clone(Collection<Vertex<T>> vs)
Clone a collection of vertices, preserving the neighbors.
|
List<Vertex<T>> |
Vertex.getBranch(Vertex<T> parent)
From this vertex to the next branch vertex or end vertex, both inclusive.
|
Set<Collection<Vertex<T>>> |
Centrality.EtchingStep.getValue() |
static <T> ArrayList<Vertex<T>> |
Centrality.safeCompute(Collection<Vertex<T>> vs)
Like @see compute, but operates on a copy of all Vertex instances,
and return a Collection with the same order as @param vs.
|
Set<Collection<Vertex<T>>> |
Centrality.EtchingStep.setValue(Set<Collection<Vertex<T>>> value) |
Modifier and Type | Method and Description |
---|---|
List<Vertex<T>> |
Vertex.getBranch(Vertex<T> parent)
From this vertex to the next branch vertex or end vertex, both inclusive.
|
Modifier and Type | Method and Description |
---|---|
static <T> ArrayList<Centrality.EtchingStep<T>> |
Centrality.branchWise(Collection<Vertex<T>> vs_,
int etching_multiplier) |
static <T> ArrayList<Vertex<T>> |
Vertex.clone(Collection<Vertex<T>> vs)
Clone a collection of vertices, preserving the neighbors.
|
static <T> void |
Centrality.compute(Collection<Vertex<T>> vs)
Computes betweenness centrality of each vertex in the collection of vertices @param vs
where all vertices are part of the same graph.
|
static <T> ArrayList<Vertex<T>> |
Centrality.safeCompute(Collection<Vertex<T>> vs)
Like @see compute, but operates on a copy of all Vertex instances,
and return a Collection with the same order as @param vs.
|
Set<Collection<Vertex<T>>> |
Centrality.EtchingStep.setValue(Set<Collection<Vertex<T>>> value) |
Constructor and Description |
---|
EtchingStep(int remaining_branch_vertices,
Set<Collection<Vertex<T>>> branches) |
Modifier and Type | Method and Description |
---|---|
HashMap<Node<T>,Vertex<Node<T>>> |
Tree.asVertices()
Return a representation of this Tree with Vertex instead of Node.
|
Copyright © 2015–2021 Fiji. All rights reserved.