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

add: Linear Regression #127

Closed
wants to merge 7 commits into from
Closed

add: Linear Regression #127

wants to merge 7 commits into from

Conversation

yusuf601
Copy link
Contributor

@yusuf601 yusuf601 commented Nov 28, 2024

Deskripsi (Description)

  • saya menambahkan algoritma regresi linear sederhana (bukan memakai metode least square)
  • saya memakai 2 vector untuk menampung variabel independen dan depenpen
  • saya memberikan 2 pilihan dalam penggunaan data yaitu menggunakan data yang sudah ada yg saya ambil di contoh soal mathcyber atau ingin menginput satu persatu data nya

Checklist:

Umum:
  • Saya menambah algoritma terbaru.
Contributor Requirements (Syarat Kontributor) dan Lain-Lain:
  • Saya sudah membaca (I have read) CONTRIBUTING dan sudah menyetujui semua syarat.
  • Saya telah menambahkan komentar kode yang memberikan penjelasan maksud dari kode yang saya buat.
  • Saya menggunakan bahasa Indonesia untuk memberikan penjelasan dari kode yang saya buat.

Environment

Saya menggunakan (I'm using):

  • OS = Linux
  • g++ = '14.0'

@yusuf601 yusuf601 requested a review from slowy07 as a code owner November 28, 2024 14:21
@mergify mergify bot added the cpp file label Nov 28, 2024
@yusuf601 yusuf601 closed this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant