cascading.pattern.model.generalregression
Class RegressionTable

java.lang.Object
  extended by cascading.pattern.model.generalregression.RegressionTable
All Implemented Interfaces:
Serializable

public class RegressionTable
extends Object
implements Serializable

Class RegressionTable simply holds a set of Parameter instances.

If used for classification or categorization with CategoricalRegressionFunction, the table must have a targetCategory value.

See Also:
Serialized Form

Constructor Summary
RegressionTable()
           
RegressionTable(String targetCategory)
           
 
Method Summary
 void addParameter(Parameter parameter)
           
 Parameter getParameter(String name)
           
 Set<String> getParameterNames()
           
 String getTargetCategory()
           
 boolean isNoOp()
           
 void setTargetCategory(String targetCategory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegressionTable

public RegressionTable()

RegressionTable

public RegressionTable(String targetCategory)
Method Detail

getTargetCategory

public String getTargetCategory()

setTargetCategory

public void setTargetCategory(String targetCategory)

addParameter

public void addParameter(Parameter parameter)

getParameter

public Parameter getParameter(String name)

isNoOp

public boolean isNoOp()

getParameterNames

public Set<String> getParameterNames()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.