Class DrugScoreCalculator


  • public class DrugScoreCalculator
    extends java.lang.Object
    Created by rufenec on 26/10/15.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double calculate​(double mCLogP, double mSolubility, double mMolweight, double mDruglikeness, int[] toxRisks)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DrugScoreCalculator

        public DrugScoreCalculator()
    • Method Detail

      • calculate

        public static double calculate​(double mCLogP,
                                       double mSolubility,
                                       double mMolweight,
                                       double mDruglikeness,
                                       int[] toxRisks)