public class SentimentBias
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SentimentBias.Builder |
| Constructor and Description |
|---|
SentimentBias() |
SentimentBias(java.lang.Double positive,
java.lang.Double negative,
java.lang.Double neutral) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getNegative() |
java.lang.Double |
getNeutral() |
java.lang.Double |
getPositive() |
void |
setNegative(java.lang.Double negative) |
void |
setNeutral(java.lang.Double neutral) |
void |
setPositive(java.lang.Double positive) |
public SentimentBias()
public SentimentBias(java.lang.Double positive,
java.lang.Double negative,
java.lang.Double neutral)
public java.lang.Double getPositive()
public void setPositive(java.lang.Double positive)
public java.lang.Double getNegative()
public void setNegative(java.lang.Double negative)
public java.lang.Double getNeutral()
public void setNeutral(java.lang.Double neutral)