Class BigFiveProfile
java.lang.Object
org.episteme.social.psychology.BigFiveProfile
Models the Big Five personality traits (OCEAN model).
Provides utilities for scoring and compatibility analysis based on personality dimensions.
Modernized to use Real for high-precision psychometric analysis.
- Since:
- 1.0
- Version:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a personality profile using the Five Factor Model. -
Method Summary
-
Method Details
-
toTScore
-
calculateCompatibility
Calculates the compatibility index between two personality profiles. Usage inverse Euclidean distance to determine similarity.- Parameters:
p1- first profilep2- second profile- Returns:
- compatibility score (0.0 to 1.0), where 1.0 is identical
-