Understanding the data


Analysis of psychometric data


Example of final product: analysis of psychometric data

Multidimensional scaling (MDS) allows to see the case in relation to known cases.

Probabilities of different diagnoses may be interpolated to show change of the mental health over time.
Probabilistic confidence levels allow to see detailed changes (show movie here).

Rules are very important here, allowing for detailed interpretation.

Rules generated using SSV classification tree and FSM neural network.

System

Data# rules

Accuracy

Fuzzy

C4.5 Women 55 93.0% 93.7%
  Men 61 92.5% 93.1%
FSM Women 69 95.4% 97.6%
  Men 98 95.9% 96.9%

10-fold crossvalidation gives 82-85% correct answers with FSM (crisp unoptimized rules), and 79-84% correct answers with C4.5. Fuzzification improves FSM crossvalidation results to 90-92%.

Some questions:
How good are our experts?
How to measure the correctness of such system?
Can we provide useful information if diagnosis is not reliable?
How to deal with several disease - automatic creation of new classes?


Włodzisław Duch