Class ResultObjective
- java.lang.Object
-
- com.actelion.research.chem.properties.complexity.ResultObjective
-
public class ResultObjective extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResultObjective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getFactorIsomorphSymmetric()
int
getNumRegressionPoints()
double
getScore()
double
getSlope()
double
getSlopeFragments()
protected double
getSlopeR2()
protected void
setFactorIsomorphSymmetric(double factorIsomorphSymmetric)
protected void
setNumRegressionPoints(int nRegressionPoints)
protected void
setScore(double score)
protected void
setSlope(double slope)
void
setSlopeFragments(double slopeFragments)
protected void
setSlopeR2(double slopeR2)
java.lang.String
toString()
-
-
-
Method Detail
-
getScore
public double getScore()
- Returns:
- the score
-
setScore
protected void setScore(double score)
- Parameters:
score
- the score to set
-
getSlopeR2
protected double getSlopeR2()
- Returns:
- the slopeR2
-
setSlopeR2
protected void setSlopeR2(double slopeR2)
- Parameters:
slopeR2
- the slopeR2 to set
-
getSlopeFragments
public double getSlopeFragments()
- Returns:
- the slopeFragments
-
setSlopeFragments
public void setSlopeFragments(double slopeFragments)
- Parameters:
slopeFragments
- the slopeFragments to set
-
getSlope
public double getSlope()
- Returns:
- the slope
-
setSlope
protected void setSlope(double slope)
- Parameters:
slope
- the slope to set
-
getFactorIsomorphSymmetric
public double getFactorIsomorphSymmetric()
- Returns:
- the factorIsomorphSymmetric
-
setFactorIsomorphSymmetric
protected void setFactorIsomorphSymmetric(double factorIsomorphSymmetric)
- Parameters:
factorIsomorphSymmetric
- the factorIsomorphSymmetric to set
-
getNumRegressionPoints
public int getNumRegressionPoints()
- Returns:
- the nRegressionPoints
-
setNumRegressionPoints
protected void setNumRegressionPoints(int nRegressionPoints)
- Parameters:
nRegressionPoints
- the nRegressionPoints to set
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-