public class SizeDescriptor extends Object implements org.openscience.cdk.qsar.IMolecularDescriptor
DoubleResult
[3], where | Constructor and Description |
|---|
SizeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
org.openscience.cdk.qsar.DescriptorValue |
calculate(org.openscience.cdk.interfaces.IAtomContainer container) |
double[] |
doCalculation(org.openscience.cdk.interfaces.IAtomContainer container)
Transforms coordinates to PCA space (this making sizes invariant to
rotation) Sizes are ordered (max first)
|
boolean |
equals(Object obj) |
String[] |
getDescriptorNames() |
org.openscience.cdk.qsar.result.IDescriptorResult |
getDescriptorResultType() |
String[] |
getParameterNames() |
Object[] |
getParameters() |
Object |
getParameterType(String name) |
org.openscience.cdk.qsar.DescriptorSpecification |
getSpecification() |
int |
hashCode() |
void |
initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0) |
void |
setParameters(Object[] params) |
String |
toString() |
public void initialise(org.openscience.cdk.interfaces.IChemObjectBuilder arg0)
initialise in interface org.openscience.cdk.qsar.IDescriptorpublic org.openscience.cdk.qsar.DescriptorSpecification getSpecification()
getSpecification in interface org.openscience.cdk.qsar.IDescriptorpublic String[] getParameterNames()
getParameterNames in interface org.openscience.cdk.qsar.IDescriptorpublic Object getParameterType(String name)
getParameterType in interface org.openscience.cdk.qsar.IDescriptorpublic void setParameters(Object[] params) throws org.openscience.cdk.exception.CDKException
setParameters in interface org.openscience.cdk.qsar.IDescriptororg.openscience.cdk.exception.CDKExceptionpublic Object[] getParameters()
getParameters in interface org.openscience.cdk.qsar.IDescriptorpublic org.openscience.cdk.qsar.DescriptorValue calculate(org.openscience.cdk.interfaces.IAtomContainer container)
calculate in interface org.openscience.cdk.qsar.IMolecularDescriptorpublic String[] getDescriptorNames()
getDescriptorNames in interface org.openscience.cdk.qsar.IDescriptorpublic double[] doCalculation(org.openscience.cdk.interfaces.IAtomContainer container)
throws org.openscience.cdk.exception.CDKException
container - org.openscience.cdk.exception.CDKExceptionpublic org.openscience.cdk.qsar.result.IDescriptorResult getDescriptorResultType()
getDescriptorResultType in interface org.openscience.cdk.qsar.IMolecularDescriptorCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.