Package cpod.dataSelector
Class StandardCPODataFilter
java.lang.Object
cpod.dataSelector.StandardCPODataFilter
- All Implemented Interfaces:
CPODDataFilter
Basic data fitler for a CPOD
- Author:
- au671271
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetDataValue(CPODClick cpodClick, int type) Get the data value form the CPODClickintscoreData(CPODClick cpodClick, StandardCPODFilterParams cpodFilterParams) Score the data from a CPOD click.
-
Constructor Details
-
StandardCPODataFilter
public StandardCPODataFilter()
-
-
Method Details
-
getDataValue
Get the data value form the CPODClick- Parameters:
cpodClick- - the CPODClick- Returns:
- the data value.
-
scoreData
Description copied from interface:CPODDataFilterScore the data from a CPOD click.- Specified by:
scoreDatain interfaceCPODDataFilter- Parameters:
cpodClick- - the CPOD click.cpodFilterParams- - parameters for scoring the data.- Returns:
- the score. 0 usually indicates false.
-