public class DriftDetector extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DriftDetector.DriftDetectorTransformer |
static class |
DriftDetector.Options |
Constructor and Description |
---|
DriftDetector() |
Modifier and Type | Method and Description |
---|---|
static DriftDetector.DriftDetectorTransformer |
detectDrift() |
static DriftDetector.DriftDetectorTransformer |
detectDrift(DriftDetector.Options options) |
static rx.Observable<DriftCandidate> |
getCandidates(rx.Observable<HasFix> o,
DriftDetector.Options options) |
public static rx.Observable<DriftCandidate> getCandidates(rx.Observable<HasFix> o, DriftDetector.Options options)
public static DriftDetector.DriftDetectorTransformer detectDrift()
public static DriftDetector.DriftDetectorTransformer detectDrift(DriftDetector.Options options)
Copyright © 2020. All rights reserved.