Uses of Interface
moa.classifiers.OneClassClassifier
-
Packages that use OneClassClassifier Package Description moa.classifiers.oneclass -
-
Uses of OneClassClassifier in moa.classifiers.oneclass
Classes in moa.classifiers.oneclass that implement OneClassClassifier Modifier and Type Class Description class
Autoencoder
Implements an autoencoder: a neural network that attempts to reconstruct the input.class
HSTrees
Implements the Streaming Half-Space Trees one-class classifier described in S.class
NearestNeighbourDescription
Implements David Tax's Nearest Neighbour Description method described in Section 3.4.2 of D.
-