Skip to main content

Crate rcf3

Crate rcf3 

Source

Structs§

Attribution
Per-dimension anomaly attribution.
FeatureSketch
Sparse feature-name sketch detector for schema-evolving streams.
FeatureSketchBuilder
Builder for FeatureSketch.
FeatureSketchConfig
Configuration for a FeatureSketch detector.
Forest
A Random Cut Forest: an ensemble of random-cut trees sharing point storage.
ForestBuilder
Fluent builder for constructing a Forest with custom hyperparameters.
MStream
mStream detector for mixed numerical/categorical records.
MStreamBuilder
Builder for MStream.
MStreamConfig
Configuration for an MStream detector.
MStreamScore
Decomposed anomaly score for one streamed record.
NeighborResult
A near-neighbour result returned by Forest::near_neighbors.
OnlineIForest
Online Isolation Forest detector for numerical streams.
OnlineIForestBuilder
Builder for OnlineIForest.
OnlineIForestConfig
Configuration for an OnlineIForest detector.
RcfConfig
Hyperparameters for a Random Cut Forest.

Enums§

RcfError

Type Aliases§

Result