Module algorithm_markers

Module algorithm_markers 

Source

Modules§

category_system
Type-level algorithm category system

Enums§

ComplexityClass
Algorithm complexity categorization
StabilityClass
Algorithm stability categorization

Traits§

AnomalyDetection
Marker trait for anomaly detection algorithms
BatchLearning
Marker trait for batch learning algorithms
BigData
Composite trait for algorithms suitable for big data
BlackBox
Marker trait for black-box models
CategoricalData
Marker trait for algorithms that work with categorical data
Classification
Marker trait for classification algorithms
ComplexityBounds
Trait for algorithms with known complexity characteristics
DensityEstimation
Marker trait for density estimation algorithms
Deterministic
Marker trait for deterministic models
ExplainableAI
Composite trait for explainable AI algorithms
FastAndEfficient
Composite trait for algorithms that are both fast and memory-efficient
FastPrediction
Marker trait for algorithms with fast prediction
FastTraining
Marker trait for algorithms with fast training
FeatureSelection
Marker trait for feature selection algorithms
GraphData
Marker trait for algorithms that work with graph data
HighDimensionalData
Marker trait for algorithms that work with high-dimensional data
ImageData
Marker trait for algorithms that work with image data
Incremental
Marker trait for models that support incremental learning
Interpretable
Marker trait for interpretable models
MemoryEfficient
Marker trait for memory-efficient algorithms
MissingValueTolerant
Marker trait for models that handle missing values natively
NonParametric
Marker trait for non-parametric models
NumericalData
Marker trait for algorithms that work with numerical data
OnlineLearning
Marker trait for online learning algorithms
OutlierRobust
Marker trait for models that are robust to outliers
ParallelPrediction
Marker trait for algorithms that support parallel prediction
ParallelTraining
Marker trait for algorithms that support parallel training
Parametric
Marker trait for parametric models
Probabilistic
Marker trait for probabilistic models
Ranking
Marker trait for ranking algorithms
RealTime
Composite trait for algorithms suitable for real-time applications
Regression
Marker trait for regression algorithms
ReinforcementLearning
Marker trait for reinforcement learning algorithms
Robust
Composite trait for robust algorithms
ScaleSensitive
Marker trait for models that require feature scaling
SemiSupervisedLearning
Marker trait for semi-supervised learning algorithms
SparseData
Marker trait for algorithms that work with sparse data
StabilityBounds
Trait for algorithms with known stability characteristics
StreamingLearning
Marker trait for streaming algorithms
SupervisedLearning
Marker trait for supervised learning algorithms
TextData
Marker trait for algorithms that work with text data
TimeSeriesData
Marker trait for algorithms that work with time series data
UnsupervisedLearning
Marker trait for unsupervised learning algorithms