Class NGramDetector.NGramDetectorWorker
- java.lang.Object
-
- uk.ac.warwick.dcs.sherlock.api.model.detection.DetectorWorker<K>
-
- uk.ac.warwick.dcs.sherlock.api.model.detection.PairwiseDetectorWorker<NGramRawResult>
-
- uk.ac.warwick.dcs.sherlock.module.model.base.detection.NGramDetector.NGramDetectorWorker
-
- Enclosing class:
- NGramDetector
public class NGramDetector.NGramDetectorWorker extends PairwiseDetectorWorker<NGramRawResult>
The main processing method used in the detector
-
-
Field Summary
-
Fields inherited from class uk.ac.warwick.dcs.sherlock.api.model.detection.PairwiseDetectorWorker
file1, file2, result
-
Fields inherited from class uk.ac.warwick.dcs.sherlock.api.model.detection.DetectorWorker
parent
-
-
Constructor Summary
Constructors Constructor Description NGramDetectorWorker(IDetector parent, ModelDataItem file1Data, ModelDataItem file2Data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Do work and create the results-
Methods inherited from class uk.ac.warwick.dcs.sherlock.api.model.detection.PairwiseDetectorWorker
getRawResult
-
-
-
-
Constructor Detail
-
NGramDetectorWorker
public NGramDetectorWorker(IDetector parent, ModelDataItem file1Data, ModelDataItem file2Data)
-
-
Method Detail
-
execute
public void execute()
Description copied from class:DetectorWorker
Do work and create the results- Specified by:
execute
in classDetectorWorker<NGramRawResult>
-
-