comirva.config.defaults
Class CSRDefaultConfig

java.lang.Object
  extended by comirva.config.CSRConfig
      extended by comirva.config.defaults.CSRDefaultConfig

public class CSRDefaultConfig
extends CSRConfig

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSRDefaultConfig

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