Expand description
First-class genome classifier assembly.
Classifiers are stored under the top-level genome key classifiers, parallel
to brain_regions. A classifier is not a brain region and is not exportable
as a circuit. It records the assembly’s properties, owned internals, and
referenced input areas so neuroembryogenesis and area/mapping edits stay
aligned.
Each field binding is one Classifier mapping: an interconnect area scanning the shared kernel memory, with its own detection twin.
Structs§
- Classifier
- First-class classifier record persisted in the genome.
- Classifier
Field - One field area scanning this classifier, and the twin that shows its detections.
- Classifier
Mapping - Directed mapping owned by a classifier assembly.
Enums§
- Classifier
Training Mode - How a classifier learns. Recall uses the same kernel geometry as training.
Constants§
- CLASSIFIER_
ASSOCIATIVE_ MORPHOLOGY - Morphology used for kernel-memory → class-memory bind.
- CLASSIFIER_
CLASS_ MORPHOLOGY - Morphology used for class → class-memory encode.
- CLASSIFIER_
KERNEL_ MORPHOLOGY - Morphology used for kernel → kernel-memory encode.
- CLASSIFIER_
SCAN_ MORPHOLOGY - Morphology used for field → kernel-memory scan.
Functions§
- validate_
kernel_ size - Every kernel axis must be at least one voxel.
- validate_
scanner_ field - Scanner kernel Z matches the image depth, and the mask shares the image’s width and height.