Expand description
Fallback implementations for SciRS2 functionality when the feature is not available
This module provides basic implementations of SciRS2 functions that are used in the ML optimization module when the scirs2 feature is not enabled.
Modules§
- distributions
- Distribution modules
Structs§
- DBSCAN
- Other ML algorithm fallbacks
- Graph
- Graph-related fallback functions
- Isolation
Forest - KMeans
- Basic KMeans clustering fallback implementation
- KMeans
Result - Clustering fit result
- Minimize
Result - Result type for minimize function
- Optimize
Error - Fallback error type for optimization
- TTest
Result - Statistical test results
Enums§
Functions§
- betweenness_
centrality - closeness_
centrality - corrcoef
- eig
- Fallback linear algebra functions
- ks_
2samp - matrix_
norm - mean
- Basic statistics functions
- minimize
- Fallback optimization function
- minimum_
spanning_ tree - pearsonr
- shapiro_
wilk - shortest_
path - spearmanr
- std
- strongly_
connected_ components - svd
- train_
test_ split - ttest_
1samp - ttest_
ind - var
Type Aliases§
- Optimize
Result - Fallback result type for optimization