water.api
Class RFView.ConfusionMatrixBuilder

java.lang.Object
  extended by water.api.RequestBuilders.Builder
      extended by water.api.RequestBuilders.ObjectBuilder
          extended by water.api.RFView.ConfusionMatrixBuilder
Enclosing class:
RFView

public static class RFView.ConfusionMatrixBuilder
extends RequestBuilders.ObjectBuilder


Constructor Summary
RFView.ConfusionMatrixBuilder()
           
 
Method Summary
 java.lang.String build(RequestBuilders.Response response, com.google.gson.JsonObject cm, java.lang.String contextName)
          Creates the HTML of the object.
 
Methods inherited from class water.api.RequestBuilders.ObjectBuilder
build, caption, footer, header
 
Methods inherited from class water.api.RequestBuilders.Builder
addToContext, defaultBuilder, elementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFView.ConfusionMatrixBuilder

public RFView.ConfusionMatrixBuilder()
Method Detail

build

public java.lang.String build(RequestBuilders.Response response,
                              com.google.gson.JsonObject cm,
                              java.lang.String contextName)
Description copied from class: RequestBuilders.ObjectBuilder
Creates the HTML of the object. That is the caption, header, all its contents in order they were added and then the footer. There should be no need to overload this function, rather override the provided hooks above.

Overrides:
build in class RequestBuilders.ObjectBuilder