Search:

Type: Posts; User: rina

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,004

    Do I need to change the 2D array [cluster][i]...

    Do I need to change the 2D array

    [cluster][i] to [i][cluster ??
  2. Replies
    9
    Views
    2,004

    Problem with looping.

    Hi all.
    I am having a problem with my loop.
    I need anyone here explain to me whats going on with the code below.

    Input euc_total[cluster][i]:
    1.0000 0.0000 2.8284 4.2426
    5.0000 4.2426 1.4142...
  3. Thread: min()function

    by rina
    Replies
    4
    Views
    4,484

    Hi all. I have this function like below to...

    Hi all.

    I have this function like below to determine the min value for each column.
    But it doesnt work. The output seems right but not in the order of the array.

    I have an array...
  4. Thread: min()function

    by rina
    Replies
    4
    Views
    4,484

    min()function

    Hi all.
    I have a problem in programming a function to select minimum values which are stored in an array. The parameter of the min function are dynamic values.
    For mow, I have an example on how to...
  5. Thread: 1.#inf00000

    by rina
    Replies
    2
    Views
    1,596

    1.#inf00000

    Hi all.

    I am having a problem with my output for the followig function:


    void degree_membership(int index[cluster_num], int count1)
    {
    lower[count1] = 0.0;
    for(i = 0; i < ROW; i++)...
Results 1 to 5 of 6