필터 지우기
필터 지우기

How to increment cluster value at specific position?

조회 수: 2 (최근 30일)
Muhammad Ibrar
Muhammad Ibrar 2019년 3월 11일
편집: Muhammad Ibrar 2019년 3월 14일
hello dear...!
i have some problem kindly help me...
how i'll do this if i have 6x3matrix values and one label 6x1matrix, so If any value at specific Row and Col is 1 in a specific cluster so inrement cluster value at that position...thanks in advance
M2 = xlsread('Mat.xlsx');
disp(M2);
act_label= xlsread('Cluster.xlsx');
disp(act_label);
....?
M2_Neg = ~(M2);
disp(M2_Neg);
  댓글 수: 2
Image Analyst
Image Analyst 2019년 3월 14일
You forgot to attach 'Mat.xlsx' and 'Cluster.xlsx', and what you expect as the output. We'll check back later after you do this.
Muhammad Ibrar
Muhammad Ibrar 2019년 3월 14일
편집: Muhammad Ibrar 2019년 3월 14일
im trying to run 'information gain technique' for Feature selection ,,,so
i have in 'Mat.xlsx' 6row and 3 column
and
in 'Cluster.xlsx' 6row and 1 column
so here the next step is that ( if any value at specific Row and Column is =1 in a specific Cluster, so increment Cluster value at that position )...i need just a hint of code for this next step .... thnx

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by