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
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getDataValue
(CPODClick cpodClick, int type) Get the data value form the CPODClickint
scoreData
(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:CPODDataFilter
Score the data from a CPOD click.- Specified by:
scoreData
in interfaceCPODDataFilter
- Parameters:
cpodClick
- - the CPOD click.cpodFilterParams
- - parameters for scoring the data.- Returns:
- the score. 0 usually indicates false.
-