net.sf.adatagenerator.pred
Interface PredicateSet<F extends Enum<F>,R>

Type Parameters:
F - a set of correlation features
R - a record type

Deprecated. Moved to the com.choicemaker.correlation package

public interface PredicateSet<F extends Enum<F>,R>

A PredicateSet is a named enumeration of boolean tests that measure the correlations between two pairs of records.

Author:
rphall

Method Summary
 Set<Enum<F>> getActivePredicates(com.choicemaker.shared.api.CMPair<? extends R> recordPair)
          Deprecated.  
 Set<Enum<F>> getAllPredicates()
          Deprecated.  
 String getName()
          Deprecated.  
 String getSignature()
          Deprecated.  
 

Method Detail

getName

String getName()
Deprecated. 

getSignature

String getSignature()
Deprecated. 

getAllPredicates

Set<Enum<F>> getAllPredicates()
Deprecated. 

getActivePredicates

Set<Enum<F>> getActivePredicates(com.choicemaker.shared.api.CMPair<? extends R> recordPair)
Deprecated. 


Copyright © 2011-2012. All Rights Reserved.