79483811

Date: 2025-03-04 13:22:24
Score: 0.5
Natty:
Report link

There are different models of uncertain data in literature, and they are not compatible data types.

UKMeans needs discrete samples from uncertain data, it does not process continuous distributions directly. You need to use a DiscreteUncertainifier to produce such discrete samples from the uncertain data.

See the JavaDoc of the class hierarchies and filters:

https://elki-project.github.io/releases/current/doc/elki/data/uncertain/package-summary.html

https://elki-project.github.io/releases/current/doc/elki/data/uncertain/uncertainifier/package-summary.html

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Erich Schubert