aisp.base
Base Classes and Core Utilities.
Module:
aisp.base
Overview
This module provides the fundamental classes and utilities that serve as the basis for all Artificial Immune Systems algorithms implemented in the AISP package.
Classes
| Class | Description |
|---|---|
BaseClassifier | Abstract base class for classification algorithms. |
BaseClusterer | Abstract base class for clustering algorithms. |
BaseOptimizer | Abstract base class for optimization algorithms. |
Submodules
| Module | Description |
|---|---|
immune | Support Module for Artificial Immune Systems. |