public class GaussianPrior extends Prior implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for GaussianPrior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GaussianPrior"> <complexContent> <extension base="{}Prior"> <sequence> <element name="mean" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="deviation" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
deviation |
protected double |
mean |
hint, id, initialVal
Constructor and Description |
---|
GaussianPrior() |
Modifier and Type | Method and Description |
---|---|
Object |
copyTo(Object target) |
Object |
copyTo(Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder) |
Object |
createCopy() |
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
double |
getDeviation()
Gets the value of the deviation property.
|
double |
getMean()
Gets the value of the mean property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setDeviation(double value)
Sets the value of the deviation property.
|
void |
setMean(double value)
Sets the value of the mean property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
getHint, getId, getInitialVal, setHint, setId, setInitialVal
public double getMean()
public void setMean(double value)
public double getDeviation()
public void setDeviation(double value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
public void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
public Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
public Object createCopy()
createCopy
in interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015 University of Glasgow. All rights reserved.