@Deprecated public class IPAtomicLearningDescriptor extends AbstractAtomicDescriptor
| Name | Default | Description |
| no parameters |
| Constructor and Description |
|---|
IPAtomicLearningDescriptor()
Deprecated.
Constructor for the IPAtomicLearningDescriptor object.
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorValue |
calculate(IAtom atom,
IAtomContainer container)
Deprecated.
This method calculates the ionization potential of an atom.
|
String[] |
getDescriptorNames()
Deprecated.
Returns an array of names for each descriptor value calculated.
|
String[] |
getParameterNames()
Deprecated.
Gets the parameterNames attribute of the IPAtomicLearningDescriptor object.
|
Object[] |
getParameters()
Deprecated.
Gets the parameters attribute of the IPAtomicLearningDescriptor object.
|
Object |
getParameterType(String name)
Deprecated.
Gets the parameterType attribute of the IPAtomicLearningDescriptor object.
|
DescriptorSpecification |
getSpecification()
Deprecated.
Gets the specification attribute of the IPAtomicLearningDescriptor object
|
void |
initialise(IChemObjectBuilder builder)
Default implementation of initialise allows optional override.
|
void |
setParameters(Object[] params)
Deprecated.
This descriptor does have any parameter.
|
cacheDescriptorValue, getCachedDescriptorValue, isCachedAtomContainerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialisepublic IPAtomicLearningDescriptor()
public DescriptorSpecification getSpecification()
public void setParameters(Object[] params) throws CDKException
params - An array of Object containing the parameters for this descriptorCDKException - if invalid number of type of parameters are passed to itIDescriptor.getParameters()public Object[] getParameters()
setParameters(java.lang.Object[])public String[] getDescriptorNames()
IDescriptorALOGPDescriptor
the return array will have a single elementpublic DescriptorValue calculate(IAtom atom, IAtomContainer container)
atom - The IAtom to ionize.container - Parameter is the IAtomContainer.public String[] getParameterNames()
public Object getParameterType(String name)
name - Description of the Parameterpublic void initialise(IChemObjectBuilder builder)
initialise in interface IDescriptorbuilder - chem object buildCopyright © 2022. All rights reserved.