public static final class Analyze.DataDescription.Features.Numeric
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Analyze.DataDescription.Features.Numeric() |
Modifier and Type | Method and Description |
---|---|
Analyze.DataDescription.Features.Numeric |
clone() |
java.lang.Long |
getCount()
Number of numeric values for this feature in the data set.
|
java.lang.String |
getMean()
Mean of the numeric values of this feature in the data set.
|
java.lang.String |
getVariance()
Variance of the numeric values of this feature in the data set.
|
Analyze.DataDescription.Features.Numeric |
set(java.lang.String fieldName,
java.lang.Object value) |
Analyze.DataDescription.Features.Numeric |
setCount(java.lang.Long count)
Number of numeric values for this feature in the data set.
|
Analyze.DataDescription.Features.Numeric |
setMean(java.lang.String mean)
Mean of the numeric values of this feature in the data set.
|
Analyze.DataDescription.Features.Numeric |
setVariance(java.lang.String variance)
Variance of the numeric values of this feature in the data set.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public Analyze.DataDescription.Features.Numeric()
public java.lang.Long getCount()
null
for nonepublic Analyze.DataDescription.Features.Numeric setCount(java.lang.Long count)
count
- count or null
for nonepublic java.lang.String getMean()
null
for nonepublic Analyze.DataDescription.Features.Numeric setMean(java.lang.String mean)
mean
- mean or null
for nonepublic java.lang.String getVariance()
null
for nonepublic Analyze.DataDescription.Features.Numeric setVariance(java.lang.String variance)
variance
- variance or null
for nonepublic Analyze.DataDescription.Features.Numeric set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Analyze.DataDescription.Features.Numeric clone()
clone
in class com.google.api.client.json.GenericJson