Recent content by Ronni

  1. R

    Converting data to a specified range

    That is a dash. This converting of whole data to a range of 0-10 is ok but the intervals are irregular that's why i divided the data into the mentioned intervals.
  2. R

    Converting data to a specified range

    Hi, I am trying to convert data to a particular range of 0-10. Actual Data may vary from - 50000 - 26214400. I have broken this down into 4 parts as follows - 50000 - 1048576 -----> 0 - 2.5 1048577 - 5242880 -----> 2.6 - 5 5242881 - 15728640 ----->5.1 - 7.5 15728641 - 26214400...
  3. R

    Formulation of a score for how busy a person is

    A slight clarification needed here concerning your previous post. I get that a particular value of perUN should create membership in more than one sets. Hence i defined the different overlapping sets as follows so that it overlaps adjacent sets- Huge = 75 - 100 % Large = 50 - 85 % Small =...
  4. R

    Formulation of a score for how busy a person is

    Membership terms - Huge = 75 - 100 % Large = 50 - 75 % Small = 25 - 50 % Tiny = 0 - 25 % The function – busyness(n,perUn,perTo,perCc,size,readtime,replytime) Murib calculation - perUn = (no of unread / total no of received msgs)*100 = 66% if 75<perUn<100 -> Membership in Murib = Huge if...
  5. R

    Formulation of a score for how busy a person is

    It is getting too complicated now but i think it will be. Here is what i got after 2-3 days of thinking. Membership Degrees – Very little, Little, Much, Very much Fuzzy Sets – GTSE – {good time to send email; not a good time to send email} Murib – {many unread messages in inbox; few unread...
  6. R

    Formulation of a score for how busy a person is

    I was also thinking on terms of fuzzy logic but was kinda confused bout how to proceed. Here are the rule base for the logic -Conditions for not GTSE(Good Time to send Email) - 1) If a person has many unread messages in his inbox with he only in “To” and this has been true for a long time. 2) If...
  7. R

    Formulation of a score for how busy a person is

    Yes. The score will be used to visualize in such a way to enable the mail sender to send the mail... something like a traffic light. Green - send(since free) Red - don't (since busy) The tool would run every 15 mins to check for new mails. So maybe the whole busyness factor can be a function of...
  8. R

    Formulation of a score for how busy a person is

    This score would be used for showing the busyness of a person as a visualization in the web. So that a potential mail sender sees this visualization and finds out when is the recipient normally free. Then he sends him the mail so that he can be sure that the recipient has highest probability to...
  9. R

    Formulation of a score for how busy a person is

    I want to calculate a score which would give information about how busy a person is on a particular day by his email activity (i.e sent/received, replied etc) I can get the following information of my inbox - Number of unread mails in inbox. Total number of mails received on that day...
Back
Top