Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statystyka hopkinsa #5

Open
wants to merge 30 commits into
base: sprint1
Choose a base branch
from
Open

statystyka hopkinsa #5

wants to merge 30 commits into from

Conversation

Kepilif
Copy link
Collaborator

@Kepilif Kepilif commented Nov 23, 2024

Obliczenie statystyki Hopkinsa

Statystyka została obliczona od zera przez funkcję na podstawie danych z analiza_rfm.csv . Alternatywnie można użyć gotowej funkcji z biblioteki pyclustertend. Jeśli ktoś chce spróbować, może zaciągnąć bibliotekę i uruchomić poniższy skrypt.

Przykładowy kod:

from pyclustertend import hopkins
import numpy as np

# Przykładowe dane
data = np.random.rand(100, 2)  # 100 punktów w 2 wymiarach

# Oblicz statystykę Hopkinsa
H = hopkins(data, data.shape[0])
print("Statystyka Hopkinsa:", H)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants