brainy/tests/unit/neural
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
..
domain-time-clustering.test.ts fix: implement stub methods in Neural API clustering 2025-10-07 13:53:41 -07:00
NaturalLanguageProcessor.test.ts feat: Brainy 3.0 - Production-ready Triple Intelligence database 2025-09-11 16:23:32 -07:00
neural-simplified.test.ts feat: enhance framework integration and simplify codebase 2025-09-15 14:54:13 -07:00