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.IDescriptor
public org.openscience.cdk.qsar.DescriptorSpecification getSpecification()
getSpecification
in interface org.openscience.cdk.qsar.IDescriptor
public String[] getParameterNames()
getParameterNames
in interface org.openscience.cdk.qsar.IDescriptor
public Object getParameterType(String name)
getParameterType
in interface org.openscience.cdk.qsar.IDescriptor
public void setParameters(Object[] params) throws org.openscience.cdk.exception.CDKException
setParameters
in interface org.openscience.cdk.qsar.IDescriptor
org.openscience.cdk.exception.CDKException
public Object[] getParameters()
getParameters
in interface org.openscience.cdk.qsar.IDescriptor
public org.openscience.cdk.qsar.DescriptorValue calculate(org.openscience.cdk.interfaces.IAtomContainer container)
calculate
in interface org.openscience.cdk.qsar.IMolecularDescriptor
public String[] getDescriptorNames()
getDescriptorNames
in interface org.openscience.cdk.qsar.IDescriptor
public double[] doCalculation(org.openscience.cdk.interfaces.IAtomContainer container) throws org.openscience.cdk.exception.CDKException
container
- org.openscience.cdk.exception.CDKException
public org.openscience.cdk.qsar.result.IDescriptorResult getDescriptorResultType()
getDescriptorResultType
in interface org.openscience.cdk.qsar.IMolecularDescriptor
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.