sc_neurocore_engine/neurons/kilinc_bhatt_map.rs
1// SPDX-License-Identifier: AGPL-3.0-or-later
2// Commercial license available
3// © Concepts 1996–2026 Miroslav Šotek. All rights reserved.
4// © Code 2020–2026 Miroslav Šotek. All rights reserved.
5// ORCID: 0009-0009-3560-0851
6// Contact: www.anulum.li | protoscience@anulum.li
7// SC-NeuroCore — deprecated compatibility identity
8
9//! Compatibility alias for the former unsupported model name.
10
11/// Deprecated source-compatible alias for the canonical SC adaptive-threshold map.
12pub type KilincBhattMapNeuron = super::sc_adaptive_threshold_map::SCAdaptiveThresholdMapNeuron;