Package chemaxon.calculations.cnsmpo
Class CnsMpo
java.lang.Object
chemaxon.calculations.cnsmpo.CnsMpo
CNS MPO score calculator.
 
Scientific paper: https://pubs.acs.org/doi/pdf/10.1021/acschemneuro.6b00029
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classSimple DTO that contains the predicted value and its CNS MPO score.
- 
Method Summary
- 
Method Details- 
propertiesReturns the calculated phys-chem properties and scores.
- 
scorepublic double score()Calculates the CNS MPO score from properties.- Returns:
- the sum of property"s scores
 
- 
calculateCalculates the CNS MPO properties and scores of the given molecule.- Parameters:
- molecule- input structure
- Returns:
- the CNS MPO
 
 
-