Files
AI/ontology_platform/ont_platform
lasta 4d7feb125d Phase 5.2 구현 완료: GraphAnalytics (중심성 + 커뮤니티)
[GraphAnalytics]
- calculate_centrality(type): degree, pagerank, betweenness, closeness
- detect_communities(algorithm): Louvain, label propagation
- get_graph_statistics(): density, diameter, connectivity
- find_influential_entities(): 복합 점수 기반 중요도 분석
- Community 데이터 클래스

[특징]
- 정규화된 점수 (0-1 범위)
- 순위 지정 (1, 2, 3, ...)
- GDS 라이브러리 지원 (폴백 포함)
- 성능 최적화된 Cypher 쿼리

[테스트]
- test_phase5_graph_analytics.py (8 테스트 통과)
- 모든 통합 테스트 통과

Phase 5.0-5.2 완성!
다음: API 엔드포인트 통합

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-14 11:19:43 +09:00
..