| Trees | Indices | Help |
|
|---|
|
|
exposes an interface for descriptor calculator COM servers This interface does not support modifying the calculator, only classifying new examples **Public Methods** - LoadCalculator - CalcDescriptors - GetDescriptorNames - Close **Public Attributes** None **ProgID** RD.DescCalc
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_public_methods_ = ['LoadCalculator', 'CalcDescriptors', 'GetD
|
|||
_public_attrs_ = []
|
|||
_reg_clsid_ = "{2DEC34F0-7FBA-4752-8BF7-65E4D81B46E4}"
|
|||
_reg_progid_ = "RD.DescCalc"
|
|||
|
|||
Loads a (pickled) calculator from a file **Arguments** - fileName: the name of the file to load |
returns a list of the names of the descriptors this calculator generates
|
Calculates the descriptors for a new composition
**Arguments**
- argVect: a list of values
- colNames: the names of the columns in argVect
**Returns**
a list of descriptor values
**Note**
- colNames should include the names of all composition descriptors
returned by any compound descriptors in the calculator
|
|
|||
_public_methods_
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:07 2008 | http://epydoc.sourceforge.net |