|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcomirva.config.CSRConfig
comirva.config.defaults.CSRDefaultConfig
public class CSRDefaultConfig
This class defines default values for the CSR-visualization.
The values speficied here are loaded when the user wishes to show such a visualization the first time or when he/she intends to load the default values.
Constructor Summary | |
---|---|
CSRDefaultConfig()
Creates a default configuration for a Continuous Similarity Ring (CSR). |
Method Summary |
---|
Methods inherited from class comirva.config.CSRConfig |
---|
getIterationsNeighborsPlacement, getMaxEdgeThickness, getNeighborsVertexDiameter, getNumberOfNeighborsPerPrototype, getPrototypeIndices, getPrototypesVertexDiameter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSRDefaultConfig()
Creates a default configuration for a Continuous Similarity Ring (CSR).
The default values are:numberOfNeighborsPerPrototype = 5
idxPrototypes = {0}
maxEdgeThickness = 5
prototypesVertexDiameter = 15
neighborsVertexDiameter = 10
iterationsNeighborsPlacement = 5000
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |