Changes for page Setting up Algorithms

Last modified by karimpirani on 2014/07/01 15:53

From version Icon 18.4 Icon
edited by karimpirani
on 2014/06/30 16:07
Change comment: There is no comment for this version
To version Icon 21.1 Icon
edited by karimpirani
on 2014/06/30 17:38
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  2.1 To begin the process of creating an algorithm which will analyze data of your choosing, click the New button represented by the green plus icon on the bottom menu bar of options.
16 16  
17 -[[image:algorithms 2.PNG]]
17 +[[image:algorithms 2.PNG||width="100%"]]
18 18  
19 19  
20 20  3. A blank "Create a New Algorithm" page will appear. You can populate this page with information about the new algorithm you intend to run.
... ... @@ -45,7 +45,7 @@
45 45  * Standard:
46 46  * Logical:
47 47  
48 -[[image:algorithms 5.PNG]]
48 +[[image:algorithms 5.PNG||width="100%"]]
49 49  
50 50  
51 51  6. In the Classification Algorithm option, you will be taken to this main screen for data entry and choice options.
... ... @@ -62,17 +62,44 @@
62 62  
63 63  [[image:algorithms 6.PNG||width="100%"]]
64 64  
65 -7. Next, we will deal with choosing and assigning factors for consideration.
65 +7. Next, we will deal with choosing and assigning factors for consideration in your algorithm
66 66  
67 +7.1 Each factor represents a different domain or its item of interest whose scores may prove relevant to your algorithm
67 67  
69 +7.2 To add a factor, simply click on the factor/domain (which should open a list of its items) and select which items are of import to you. Then, click on the add factor button represented by the green plus icon
68 68  
71 +7.3 The new factor(s) should now be displayed on the right pane.
72 +
73 +7.4 To remove a factor, simply select it on the right side and click on the Remove Factor button represented by the red minus icon
74 +
75 +7.5 NOTE: the factors will all show up on the right side with a score of 1. To change the score of interest to better represent what you are looking for, you can double click on the numeral and enter your own score which would then be classified as the risk level you designate it as.
76 +
69 69  [[image:algorithms 7.PNG||width="100%"]]
70 70  
71 71  
80 +8. We now turn to the "Score Classification" tab
72 72  
82 +8.1 This tab allows you to give ranges for classification. This means that you can set the upper and lower bounds for various levels of risk, severity, etc. that you can define yourself
73 73  
84 +8.2 To change the bounds or the name of the classification, simply double click on the generic entries already in the box and you should be able to re-name or re-number the fields
85 +
74 74  [[image:algorithms 8.PNG||width="100%"]]
75 75  
76 76  
89 +~** APPLIES ONLY TO ASSESSMENT ALGORITHM ~*~*
77 77  
91 +9. You have several options in the Configurations tab
92 +
93 +9.1 Like the Classification Algorithm, you can select certain factors (in this case, the various domains and items relating to the assessment you previously chose as the instrument) to add or remove as part of your algorithm's consideration
94 +
95 +9.2 Again, like the Classification Algorithm, you can give different weights to the different items, which will impact your overall evaluation
96 +
97 +9.3 A new option in the Assessment Algorithm is the ability to choose your own score aggregation formula, meaning you can decide how you want the data to be considered
98 +
99 +
100 +* Sum: simply adds all the factors and their weights
101 +* Mean: takes the arithmetic average of the scores
102 +* Complexity Score:
103 +* Mean x 10:
104 +
78 78  [[image:algorithms 9.PNG||width="100%"]]