oxirs-stream 0.3.1

Real-time streaming support with Kafka/NATS/MQTT/OPC-UA I/O, RDF Patch, and SPARQL Update delta
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Neuromorphic Analytics Engine
//!
//! Spiking neural network engine: Leaky Integrate-and-Fire (LIF) neuron dynamics,
//! spike generation, reservoir computing, and the main analytics processing pipeline.
//!
//! This module re-exports from [`crate::neuromorphic_analytics_network`], which
//! contains the full implementation.

pub use crate::neuromorphic_analytics_network::{
    NeuralStateMachine, NeuralStateMachines, NeuromorphicAnalytics, NeuromorphicMemory,
    PopulationDynamics, SpikeNeuralNetwork, SynapticPlasticity, TemporalPatternRecognizer,
};