필터 지우기
필터 지우기

any limit in fuzzy c means iterations?

조회 수: 1 (최근 30일)
SOLAI RAJS
SOLAI RAJS 2016년 3월 8일
답변: Walter Roberson 2016년 3월 8일
any limit in fuzzy c means iterations?

채택된 답변

Walter Roberson
Walter Roberson 2016년 3월 8일
If your second element of the options parameter, number of iterations, exceeds 2^53 - 1, then the code might infinite loop, as that is the point at which it is not possible to distinguish between numbers that are closer together than 2 in binary floating point arithmetic.
On the other hand, if you were able to process 10^9 iterations per second, then it would take over 100 days of continuous computation to get that far. You would not be able to get that fast in practice, but it is right by "order of magnitude" for current CPUs.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Clustering에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by