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

KMeans 중심값 생성 함수 추가 및 코드 리팩토링 #34

Merged
merged 14 commits into from Nov 27, 2020

Conversation

Seungeon-Kim
Copy link
Collaborator

@Seungeon-Kim Seungeon-Kim commented Nov 26, 2020

구현내용

  • KMeans Centroids 생성 함수 추가 (랜덤값, 화면 분할)
화면 분할 방법
스크린 기준으로 위도 경도 범위(boundary)의 중심각 기준으로 K 계수만큼 분할
  • 테스트 함수
  • 클래스 파일 분할 및 리팩토링

논의사항

POI데이터들의 정렬을 통해 Centroids 생성 함수 구현을 추가할 예정. (정렬 기준이 모호해서 방법을 생각해봐야할 것 같다.)
각각의 중심값 생성 방법을 사용하여 클러스터링을 수행한 뒤 비교하는 방법 (test measure?)

화면

Simulator Screen Shot - iPhone 11 - 2020-11-27 at 03 18 08

Simulator Screen Shot - iPhone 11 - 2020-11-27 at 03 18 08

Simulator Screen Shot - iPhone 11 - 2020-11-27 at 03 18 08

Simulator Screen Shot - iPhone 11 - 2020-11-27 at 03 18 08

Simulator Screen Shot - iPhone 11 - 2020-11-27 at 03 18 08

@Seungeon-Kim Seungeon-Kim linked an issue Nov 27, 2020 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@donggeonoh donggeonoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@A-by-alimelon A-by-alimelon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sprint 2 automation moved this from To do to In progress Nov 27, 2020
@donggeonoh donggeonoh merged commit 6439caf into develop Nov 27, 2020
Sprint 2 automation moved this from In progress to Done Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Centroids 초기값 함수 작성
3 participants