
RecIDCM3 |
org.cipres.kepler.RecIDCM3 |
This RecIDCM3 actor wraps the RecIDCM3 CORBA service provided by the
CIPRes software package. The RecIDCM3 service implements the Recursive,
Iterative, DCM3 (Disk Coverage Method) algorithm, which could be find in
detail at http://www.cs.njit.edu/~usman/RecIDCM3.html
Author(s): Zhijie Guan
Version:$Id: RecIDCM3.java,v 1.4 2006/05/19 11:51:23 guan Exp $
inputDataMatrix
A matrix containing the characters information of the analyzed
taxa is passed to the RecIDCM3 actor through this input port.
This port is an input port of type GENERAL.
inputTree
A tree in CIPRes tree data structure is passed to the RecIDCM3
actor through this input port. This tree is treated as an initial
tree for the RecIDCM3 algorithm.
This port is an input port of type GENERAL.
outputTree
The inferred tree is sent through this output port.
This port is an output port of type GENERAL.