|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.qsar.AbstractBondDescriptor
org.openscience.cdk.qsar.descriptors.bond.IPBondLearningDescriptor
@TestClass(value="org.openscience.cdk.qsar.descriptors.bond.IPBondLearningDescriptorTest") public class IPBondLearningDescriptor
This class returns the ionization potential of a Bond. It is based on a function which is extracted from Weka(J48) from experimental values (NIST data).
This descriptor uses these parameters:
| Name | Default | Description |
| no parameters |
| Constructor Summary | |
|---|---|
IPBondLearningDescriptor()
Constructor for the IPBondLearningDescriptor object |
|
| Method Summary | |
|---|---|
DescriptorValue |
calculate(IBond bond,
IAtomContainer atomContainer)
This method calculates the ionization potential of a bond. |
String[] |
getDescriptorNames()
Returns an array of names for each descriptor value calculated. |
String[] |
getParameterNames()
Gets the parameterNames attribute of the IPBondLearningDescriptor object. |
Object[] |
getParameters()
Gets the parameters attribute of the IPBondLearningDescriptor object. |
Object |
getParameterType(String name)
Gets the parameterType attribute of the IPBondLearningDescriptor object. |
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the IPBondLearningDescriptor object |
void |
setParameters(Object[] params)
This descriptor does have any parameter. |
| Methods inherited from class org.openscience.cdk.qsar.AbstractBondDescriptor |
|---|
cacheDescriptorValue, getCachedDescriptorValue, isCachedAtomContainer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPBondLearningDescriptor()
| Method Detail |
|---|
@TestMethod(value="testGetSpecification") public DescriptorSpecification getSpecification()
@TestMethod(value="testSetParameters_arrayObject")
public void setParameters(Object[] params)
throws CDKException
params - An array of Object containing the parameters for this descriptor
CDKException - if invalid number of type of parameters are passed to itIDescriptor.getParameters()@TestMethod(value="testGetParameters") public Object[] getParameters()
setParameters(java.lang.Object[])@TestMethod(value="testNamesConsistency") public String[] getDescriptorNames()
IDescriptorALOGPDescriptor
the return array will have a single element
@TestMethod(value="testCalculate_IBond_IAtomContainer,testIPDescriptor_1,testIPDescriptor_2,testIPDescriptor_3")
public DescriptorValue calculate(IBond bond,
IAtomContainer atomContainer)
atomContainer - Parameter is the IAtomContainer.bond - A IBond for which this descriptor
should be calculated
@TestMethod(value="testGetParameterNames") public String[] getParameterNames()
@TestMethod(value="testGetParameterType_String") public Object getParameterType(String name)
name - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||