public abstract class AbstractRanker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected NumberEdgeValue |
edge_value |
protected ArchetypeGraph |
graph |
protected static NumberEdgeValue |
UNIT_VALUE |
Constructor and Description |
---|
AbstractRanker(ArchetypeGraph g) |
AbstractRanker(ArchetypeGraph g,
NumberEdgeValue nev) |
Modifier and Type | Method and Description |
---|---|
protected void |
normalizeValues(NumberVertexValue nvv) |
protected void |
normalizeValues(NumberVertexValue nvv,
boolean squared) |
protected static final NumberEdgeValue UNIT_VALUE
protected ArchetypeGraph graph
protected NumberEdgeValue edge_value
public AbstractRanker(ArchetypeGraph g)
public AbstractRanker(ArchetypeGraph g, NumberEdgeValue nev)
protected void normalizeValues(NumberVertexValue nvv, boolean squared)
protected void normalizeValues(NumberVertexValue nvv)