@Deprecated public class IonizationPotentialTool extends Object
This class contains the necessary information to predict ionization potential energy. It contains the models and the families classification. It is used as IPAtomicLearningDescriptor as the IPMolecularLearningDescriptor.
IPAtomicLearningDescriptor
,
IPMolecularLearningDescriptor
Constructor and Description |
---|
IonizationPotentialTool()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
getQSARs(IAtomContainer container,
IAtom atom)
Deprecated.
Get the results of 7 qsar descriptors been applied.
|
static double[] |
getQSARs(IAtomContainer container,
IBond bond)
Deprecated.
Get the results of 7 qsar descriptors been applied.
|
static double |
predictIP(IAtomContainer container,
IAtom atom)
Deprecated.
Method which is predict the Ionization Potential from given atom.
|
static double |
predictIP(IAtomContainer container,
IBond bond)
Deprecated.
Method which is predict the Ionization Potential from given atom.
|
public static double predictIP(IAtomContainer container, IAtom atom) throws CDKException
container
- The IAtomContainer where is contained the IAtomatom
- The IAtom to prediction the IPCDKException
public static double predictIP(IAtomContainer container, IBond bond) throws CDKException
container
- The IAtomContainer where is contained the IAtombond
- The IBond to prediction the IPCDKException
public static double[] getQSARs(IAtomContainer container, IAtom atom) throws CDKException
container
- The IAtomContainer which contain the IAtomatom
- The IAtom to calculateCDKException
public static double[] getQSARs(IAtomContainer container, IBond bond) throws CDKException
container
- The IAtomContainer which contain the IAtombond
- The IBond to calculateCDKException
Copyright © 2021. All rights reserved.