Community Profile

photo

Mustafa Furkan SAHIN


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Knowledgeable Level 1

View badges

Feeds

View by

Question


Matlab - Modelformed.NumNeighbors
What should NumNeighbors be equal to so I can find the correct result? How is NumNeighbors determined? I tried all the values...

1 year ago | 1 answer | 0

1

answer

Question


Matlab Code - Data Analysis
My program crashes without asking the user for sample data, how can I fix this? It worked when I tried the values of smaller dat...

1 year ago | 1 answer | 0

1

answer

Question


Data Analysis Matlab Code
I have a dataset(145 rows, 32 columns without student id and attributes) https://archive.ics.uci.edu/ml/datasets/Higher+Educatio...

1 year ago | 1 answer | 0

1

answer

Answered
Data Analysis Write a Porgram
V1 = input('Vector V1= '); V2 = input('Vector V2= '); frstprt= dot(V1,V2)/norm(V1,2)^2; scndprt = frstprt.*V1;

1 year ago | 1

| accepted

Question


Data Analysis - Matlab Code
I have a dataset(145 rows, 32 columns without id and attributes https://archive.ics.uci.edu/ml/datasets/Higher+Education+Student...

1 year ago | 2 answers | 0

2

answers

Question


Data Analysis Write a Porgram
How to write a program for finding the ortogonal projection of a given vector V1 on another given vector V2?? How should ı do? ...

1 year ago | 1 answer | 0

1

answer