| Author | Duane Searsmith |
| Creation date | 06/01/2011 |
| Firing policy | all |
| Package | org.seasr.meandre.components.vis.dendrogram.gwt |
DESCRIPTION
Dendrogram visualization of SEASR cluster models.
Properties:
The 'use_local_host' means that you intend to run the server and browser client on the same machine. This is set to false by default. If you do run both on the same machine then it is important to set this property to true. The reason is that when Java queries to OS for the local machines IP it often gets internal LAN IP's that often are not reachable as url's in your browser, and therefore an error will result. By choosing to set this property to true you force the client app to use '127.0.0.1' for your local address.
The sparse_detail_limit property defaults to 10. For sparse tables it is not practical to display the entire table subset that make up a given cluster because the table may have thousands of columns. This value tells the application how many column values to display in descending order by support.
INPUTS
| Name | Description | Example |
|---|---|---|
d2k_cluster_Model |
D2K Cluster Model |
OUTPUTS
| Name | Description | Example |
|---|---|---|
error |
This port is used to output any unhandled errors encountered during the execution of this component |
PROPERTIES
| Name | Description | Default value |
|---|---|---|
sparse_detail_limit |
Detail limit on sparse table summaries. |
10 |
_debug_level |
Controls the verbosity of debug messages printed by the component during execution. Possible values are: off, severe, warning, info, config, fine, finer, finest, all Append ',mirror' to any of the values above to mirror that output to the server logs. |
info |
use_local_host |
Connect to local host. |
false |
_ignore_errors |
Set to 'true' to ignore all unhandled exceptions and prevent the flow from being terminated. Setting this property to 'false' will result in the flow being terminated in the event an unhandled exception is thrown during the execution of this component |
false |