cascading.pattern.model.generalregression.predictor
Class FactorPredictor

java.lang.Object
  extended by cascading.pattern.model.generalregression.predictor.Predictor
      extended by cascading.pattern.model.generalregression.predictor.FactorPredictor
All Implemented Interfaces:
Serializable

public class FactorPredictor
extends Predictor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cascading.pattern.model.generalregression.predictor.Predictor
fieldName
 
Constructor Summary
FactorPredictor(String fieldName, String factor)
           
 
Method Summary
 boolean matches(String value)
           
 
Methods inherited from class cascading.pattern.model.generalregression.predictor.Predictor
getFieldName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactorPredictor

public FactorPredictor(String fieldName,
                       String factor)
Method Detail

matches

public boolean matches(String value)


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