Package clickTrainDetector.offline
Class CTClassifierOfflineTask
Runs only the click train classifier on the data (does not recalculate click trains)
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionCTClassifierOfflineTask
(ClickTrainControl clickTrainControl) Constructor for the click train offline processing -
Method Summary
Modifier and TypeMethodDescriptionboolean
Call any task specific settingsvoid
deleteOldData
(TaskGroupParams taskGroupParams) Gets called at the start of data processing, called oncer per run, i.e.getName()
boolean
task has settings which can be calledvoid
Called when processing of loaded data, or each map point worth of data, is complete.void
newDataLoad
(long startTime, long endTime, OfflineDataMapPoint mapPoint) Called when new data are loaded for offline processing (or once at the start of processing loaded data).void
Called at the start of the thread which executes this task.boolean
processDataUnit
(CTDataUnit dataUnit) Process a single data unit.Methods inherited from class offlineProcessing.OfflineTask
addAffectedDataBlock, addRequiredDataBlock, addRequiredDataBlock, addRequiredDataBlock, canRun, completeTask, deleteOldOutput, getAffectedBlocksList, getAffectedDataBlock, getDataBlock, getLongName, getNumAffectedDataBlocks, getNumRequiredDataBlocks, getOfflineTaskGroup, getRequiredDataBlock, getTaskControlledUnit, getUnitName, getUnitType, isDoRun, setDoRun, setOfflineTaskGroup, setParentDataBlock
-
Constructor Details
-
CTClassifierOfflineTask
Constructor for the click train offline processing- Parameters:
clickTrainContol
- - the click train control.
-
-
Method Details
-
getName
- Specified by:
getName
in classOfflineTask<CTDataUnit>
- Returns:
- a name for the task, to be displayed in the dialog.
-
hasSettings
public boolean hasSettings()Description copied from class:OfflineTask
task has settings which can be called- Overrides:
hasSettings
in classOfflineTask<CTDataUnit>
- Returns:
- true or false
-
callSettings
public boolean callSettings()Description copied from class:OfflineTask
Call any task specific settings- Overrides:
callSettings
in classOfflineTask<CTDataUnit>
- Returns:
- true if settings may have changed.
-
prepareTask
public void prepareTask()Called at the start of the thread which executes this task.- Overrides:
prepareTask
in classOfflineTask<CTDataUnit>
-
processDataUnit
Description copied from class:OfflineTask
Process a single data unit.- Specified by:
processDataUnit
in classOfflineTask<CTDataUnit>
- Returns:
- true if the data unit has changed in some way so that it will need re-writing to it's binary file or database.
-
newDataLoad
Description copied from class:OfflineTask
Called when new data are loaded for offline processing (or once at the start of processing loaded data).- Specified by:
newDataLoad
in classOfflineTask<CTDataUnit>
- Parameters:
startTime
- start time of loaded dataendTime
- end time of loaded data
-
loadedDataComplete
public void loadedDataComplete()Description copied from class:OfflineTask
Called when processing of loaded data, or each map point worth of data, is complete.- Specified by:
loadedDataComplete
in classOfflineTask<CTDataUnit>
-
deleteOldData
Description copied from class:OfflineTask
Gets called at the start of data processing, called oncer per run, i.e. not called again each time more data are loaded.- Overrides:
deleteOldData
in classOfflineTask<CTDataUnit>
-