필터 지우기
필터 지우기

How to check value of features ?

조회 수: 7 (최근 30일)
Muhammad Ibrar
Muhammad Ibrar 2019년 3월 11일
댓글: Muhammad Ibrar 2019년 3월 12일
hello dear...!
how to check value of feature in Negation matrix if cluster value is 1 then increment cluster value at that position so i have 500row and 2000col so how i'll do this please....
  댓글 수: 2
Kevin Phung
Kevin Phung 2019년 3월 11일
what column number are your cluster values located? the first column?
how much do you increment by? 1? is that the same as setting it to 2?
is your Negation matrix the 500x2000?
if yes to all the above then :
M(M(:,1) == 1,1) = 2;
help us help you by writing a detailed question.
Muhammad Ibrar
Muhammad Ibrar 2019년 3월 12일
thanx sir but my question is that If any value at specific Row and Column is 1 in a specific cluster so increment cluster value at that position...
over 500Row x 2000Col

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by