public class MixtureModelPoint extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pos_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_obs_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pos_obs_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
negDens |
protected float |
negObsDens |
protected float |
posDens |
protected float |
posObsDens |
protected float |
value |
| Constructor and Description |
|---|
MixtureModelPoint() |
| Modifier and Type | Method and Description |
|---|---|
float |
getNegDens()
Gets the value of the negDens property.
|
float |
getNegObsDens()
Gets the value of the negObsDens property.
|
float |
getPosDens()
Gets the value of the posDens property.
|
float |
getPosObsDens()
Gets the value of the posObsDens property.
|
float |
getValue()
Gets the value of the value property.
|
void |
setNegDens(float value)
Sets the value of the negDens property.
|
void |
setNegObsDens(float value)
Sets the value of the negObsDens property.
|
void |
setPosDens(float value)
Sets the value of the posDens property.
|
void |
setPosObsDens(float value)
Sets the value of the posObsDens property.
|
void |
setValue(float value)
Sets the value of the value property.
|
protected float value
protected float posDens
protected float negDens
protected float negObsDens
protected float posObsDens
public float getValue()
public void setValue(float value)
public float getPosDens()
public void setPosDens(float value)
public float getNegDens()
public void setNegDens(float value)
public float getNegObsDens()
public void setNegObsDens(float value)
public float getPosObsDens()
public void setPosObsDens(float value)
Copyright © 2017. All rights reserved.