DO WE CONSIDER ZERO,S IN AVERAGE FILLING METHOD FOR PREDICTION
Afficher commentaires plus anciens
Do we consider zero,s in average filling method for trust predictions. for example if there is a row 2 3 0 0 4 i want to take average will it b like this 2+3+4/2 ? zeros are ignored
2 commentaires
Azzi Abdelmalek
le 24 Août 2016
You mean (2+3+4)/3
John D'Errico
le 24 Août 2016
Why post the same question twice in a row? Post your question once.
Réponses (1)
Azzi Abdelmalek
le 24 Août 2016
A=[2 3 0 0 4]
sum(A)/nnz(A)
2 commentaires
abdul wahab aziz
le 24 Août 2016
Image Analyst
le 24 Août 2016
In your example, you did not include zeros so Azzi didn't either. However we don't know why the last non-zero column in "2+3+4/2" - the 4 only - was divided by 2. Why 2, and why divide only the 4 by some number and none of the other numbers????
Catégories
En savoir plus sur Networks dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!