public class

ModelDescription

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.ModelDescription

Class Overview

Created with IntelliJ IDEA. User: albinkjellin Date: 8/11/12 Time: 5:00 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
ModelDescription()
ModelDescription(Analyze.ModelDescription wrapped)
Public Methods
Map<String, Map<String, Double>> getConfusionMatrix()
Map<String, Double> getConfusionMatrixRowTotals()
Training getModelInfo()
void setConfusionMatrix(Map<String, Map<String, Double>> confusionMatrix)
void setConfusionMatrixRowTotals(Map<String, Double> confusionMatrixRowTotals)
void setModelInfo(Training training)
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public ModelDescription ()

public ModelDescription (Analyze.ModelDescription wrapped)

Parameters
wrapped

Public Methods

public Map<String, Map<String, Double>> getConfusionMatrix ()

public Map<String, Double> getConfusionMatrixRowTotals ()

public Training getModelInfo ()

public void setConfusionMatrix (Map<String, Map<String, Double>> confusionMatrix)

Parameters
confusionMatrix

public void setConfusionMatrixRowTotals (Map<String, Double> confusionMatrixRowTotals)

Parameters
confusionMatrixRowTotals

public void setModelInfo (Training training)

Parameters
training