필터 지우기
필터 지우기

I am having trouble when testing the Datasets with the corrupted one.

조회 수: 1 (최근 30일)
Alagesan
Alagesan 2014년 3월 16일
편집: Alagesan 2014년 3월 16일
I have attached the file where you can view. As you can see at bottom there is a testing section where after I entered the corrupted value it should adjust it and give me back the nearest value. But here, it gives me higher value where it cant acceptable. guide me guys.

채택된 답변

Image Analyst
Image Analyst 2014년 3월 16일
It's giving you the maximum of the absolute deviation of the differences. This will always be a number >= 0, just like you told it. What do you think the value is higher THAN ? If you don't like the value you told it to give you, then what value would you prefer .
  댓글 수: 1
Alagesan
Alagesan 2014년 3월 16일
편집: Alagesan 2014년 3월 16일
I want that corrupted value that I insert in testRecord column 5 to be like the original. e.g:
testRecord= [27,59,1725,35, 51 ];-------column 5= 51( this value I insert to test the data. If you looking the coding W represent a differential Hebbian rule]
after I run I want the column 5 to be exact like the original value or atleast nearest. So I can round up it.
original= [27 59 1725 35 55 ]------column 5 shows the original.
so after I run the testing part it must manage to adjust the corrupted value ]

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by