public class

OutputNumeric

extends BaseWrapper<T extends GenericJson>
java.lang.Object
   ↳ org.mule.modules.google.api.model.BaseWrapper<T extends com.google.api.client.json.GenericJson>
     ↳ org.mule.modules.google.prediction.model.OutputNumeric

Class Overview

Created with IntelliJ IDEA. User: albinkjellin Date: 8/11/12 Time: 4:24 PM To change this template use File | Settings | File Templates.

Summary

[Expand]
Inherited Fields
From class org.mule.modules.google.api.model.BaseWrapper
Public Constructors
OutputNumeric()
OutputNumeric(Analyze.DataDescription.OutputFeature.Numeric wrapped)
Public Methods
Long getCount()
Double getMean()
Double getVariance()
void setCount(Long count)
void setMean(Double mean)
void setVariance(Double variance)
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public OutputNumeric ()

public OutputNumeric (Analyze.DataDescription.OutputFeature.Numeric wrapped)

Parameters
wrapped

Public Methods

public Long getCount ()

public Double getMean ()

public Double getVariance ()

public void setCount (Long count)

Parameters
count

public void setMean (Double mean)

Parameters
mean

public void setVariance (Double variance)

Parameters
variance