@Reference(authors="B. Sch\u00f6lkopf, J. C. Platt, J. Shawe-Taylor, A. J. Smola, R. C. Williamson", title="Estimating the support of a high-dimensional distribution", booktitle="Neural computation 13.7") public class LibSVMOneClassOutlierDetection<V extends NumberVector> extends AbstractAlgorithm<OutlierResult> implements OutlierAlgorithm
Reference:
B. Schölkopf, J. C. Platt, J. Shawe-Taylor, A. J. Smola, R. C. Williamson
Estimating the support of a high-dimensional distribution
Neural computation 13.7
Modifier and Type | Class and Description |
---|---|
static class |
LibSVMOneClassOutlierDetection.Parameterizer<V extends NumberVector>
Parameterization class.
|
static class |
LibSVMOneClassOutlierDetection.SVMKernel
Kernel functions.
|
Modifier and Type | Field and Description |
---|---|
protected LibSVMOneClassOutlierDetection.SVMKernel |
kernel
Kernel function in use.
|
private static Logging |
LOG
Class logger.
|
(package private) static libsvm.svm_print_interface |
LOG_HELPER
Setup logging helper for SVM.
|
Constructor and Description |
---|
LibSVMOneClassOutlierDetection(LibSVMOneClassOutlierDetection.SVMKernel kernel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation[] |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
OutlierResult |
run(Relation<V> relation)
Run one-class SVM.
|
makeParameterDistanceFunction, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
protected LibSVMOneClassOutlierDetection.SVMKernel kernel
static final libsvm.svm_print_interface LOG_HELPER
public LibSVMOneClassOutlierDetection(LibSVMOneClassOutlierDetection.SVMKernel kernel)
kernel
- Kernel to use with SVM.public OutlierResult run(Relation<V> relation)
relation
- Data relationpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
protected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<OutlierResult>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.