|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GHR
@TestClass(value="org.openscience.cdk.qsar.descriptors.atomic.RDFProtonDescriptor_GHRTest") public class RDFProtonDescriptor_GHR
This class calculates GHR proton descriptors used in neural networks for H1 NMR shift.
This descriptor uses these parameters:
| Name | Default | Description |
| checkAromaticity | false | True is the aromaticity has to be checked |
| Constructor Summary | |
|---|---|
RDFProtonDescriptor_GHR()
Constructor for the RDFProtonDescriptor object |
|
| Method Summary | |
|---|---|
DescriptorValue |
calculate(IAtom atom,
IAtomContainer varAtomContainerSet)
Calculates the descriptor value for the given IAtom. |
DescriptorValue |
calculate(IAtom atom,
IAtomContainer atomContainer,
IRingSet precalculatedringset)
|
String[] |
getDescriptorNames()
Returns an array of names for each descriptor value calculated. |
String[] |
getParameterNames()
Gets the parameterNames attribute of the RDFProtonDescriptor object |
Object[] |
getParameters()
Gets the parameters attribute of the RDFProtonDescriptor object |
Object |
getParameterType(String name)
Gets the parameterType attribute of the RDFProtonDescriptor object |
DescriptorSpecification |
getSpecification()
Gets the specification attribute of the RDFProtonDescriptor_GHR object |
void |
setParameters(Object[] params)
Sets the parameters attribute of the RDFProtonDescriptor object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFProtonDescriptor_GHR()
| Method Detail |
|---|
@TestMethod(value="testGetSpecification") public DescriptorSpecification getSpecification()
getSpecification in interface IDescriptor
@TestMethod(value="testSetParameters_arrayObject")
public void setParameters(Object[] params)
throws CDKException
setParameters in interface IDescriptorparams - Parameters are the proton position and a boolean (true if you need to detect aromaticity)
CDKException - Possible ExceptionsIDescriptor.getParameters()@TestMethod(value="testGetParameters") public Object[] getParameters()
getParameters in interface IDescriptorIDescriptor.setParameters(java.lang.Object[])@TestMethod(value="testNamesConsistency") public String[] getDescriptorNames()
IDescriptorALOGPDescriptor
the return array will have a single element
getDescriptorNames in interface IDescriptor
@TestMethod(value="testCalculate_IAtomContainer")
public DescriptorValue calculate(IAtom atom,
IAtomContainer varAtomContainerSet)
IAtomicDescriptor
calculate in interface IAtomicDescriptoratom - An IAtom for which this descriptor should be
calculatedvarAtomContainerSet - TODO
DescriptorValue that contain the
calculated value as well as specification details
@TestMethod(value="testCalculate_IAtomContainer")
public DescriptorValue calculate(IAtom atom,
IAtomContainer atomContainer,
IRingSet precalculatedringset)
@TestMethod(value="testGetParameterNames") public String[] getParameterNames()
getParameterNames in interface IDescriptor@TestMethod(value="testGetParameterType_String") public Object getParameterType(String name)
getParameterType in interface IDescriptorname - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||