cascading.pattern.model.generalregression.expression
Class ExpressionEvaluator

java.lang.Object
  extended by cascading.pattern.model.generalregression.expression.ExpressionEvaluator

public class ExpressionEvaluator
extends Object


Constructor Summary
ExpressionEvaluator(String targetCategory)
           
ExpressionEvaluator(String targetCategory, ParameterExpression[] expressions)
           
 
Method Summary
 double calculate(TupleEntry tupleEntry)
           
 String getTargetCategory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionEvaluator

public ExpressionEvaluator(String targetCategory)

ExpressionEvaluator

public ExpressionEvaluator(String targetCategory,
                           ParameterExpression[] expressions)
Method Detail

getTargetCategory

public String getTargetCategory()

calculate

public double calculate(TupleEntry tupleEntry)


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