brainy/tests/unit
David Snelling 1d2da823ed fix: implement stub methods in Neural API clustering
Previously, clusterByDomain() and clusterByTime() methods contained
stub implementations that always returned empty arrays. This caused
empty results when attempting domain-based or temporal clustering.

Changes:
- Implement _getItemsByField() to query brain storage
- Implement _getItemsByTimeWindow() to filter by time windows
- Fix _groupByDomain() to check root, metadata, and data fields
- Implement _findCrossDomainMembers() for cross-domain analysis
- Implement _findCrossDomainClusters() to merge similar clusters
- Add comprehensive tests for domain and time clustering
- Update documentation structure to include VFS guides

The methods now properly query the brain's storage, filter results,
and return functional clustering data.
2025-10-07 13:53:41 -07:00
..
augmentations feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00
brainy test: skip batch-operations-fixed tests (flaky order test) 2025-10-07 11:54:45 -07:00
neural fix: implement stub methods in Neural API clustering 2025-10-07 13:53:41 -07:00
utils feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00
brainy-core.unit.test.ts feat: Brainy 3.0 - Production-ready Triple Intelligence database 2025-09-11 16:23:32 -07:00
type-matching.unit.test.ts feat: Brainy 3.0 - Production-ready Triple Intelligence database 2025-09-11 16:23:32 -07:00