I have algorithm one that has a complexity of O(mnr +mr^2 + nr^2 ) + K x (mr^2 + nr^2)
and the second algorithm which is Estep = Q.X + (1-Q).(W*H) which i computed as O(mnr)
where (.) is element-wise multiplication
Now i want to add O(mnr) to O(mnr) +mr^2 + nr^2 + K x (mr^2 + nr^2)
Question:
- do you agree with my complexity of the second statement?
- what will be the final complexity
Thanks for your time
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…