Changes for page Setting up Algorithms

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

From version Icon 18.8 Icon
edited by karimpirani
on 2014/06/30 16:52
Change comment: There is no comment for this version
To version Icon 22.3 Icon
edited by karimpirani
on 2014/07/01 15:44
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||style="width: 50%; margin-right: auto; margin-left: auto; display: block;"]]
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.
... ... @@ -74,6 +74,8 @@
74 74  
75 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 76  
77 +* TIP: When moving from one column to the next in the same row, you may simply press ‘tab’ on your keyboard.
78 +
77 77  [[image:algorithms 7.PNG||width="100%"]]
78 78  
79 79  
... ... @@ -83,10 +83,32 @@
83 83  
84 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 85  
88 +8.3 NOTE: the lower bound is inclusive, while the upper bound is not
89 +
86 86  [[image:algorithms 8.PNG||width="100%"]]
87 87  
88 88  
89 89  ~** APPLIES ONLY TO ASSESSMENT ALGORITHM ~*~*
90 90  
95 +9. You have several options in the Configurations tab
91 91  
97 +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
98 +
99 +9.2 Again, like the Classification Algorithm, you can give different weights to the different items, which will impact your overall evaluation
100 +
101 +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
102 +
103 +
104 +* Sum: simply adds all the factors and their weights
105 +* Mean: takes the arithmetic average of the scores
106 +* Complexity Score:
107 +* Mean x 10:
108 +
92 92  [[image:algorithms 9.PNG||width="100%"]]
110 +
111 +
112 +
113 +10. Now that all the criteria have been entered, you can choose to include the results of the algorithm in you printed assessment report. In order to do this, you only have to check off the box labeled “Include algorithm results when assessments are printed.”
114 +
115 +
116 +~11. Congratulations your algorithm is ready to publish! In order to do this, you must hit the "Save and Publish" button located at the bottom of your screen. Note: the publishing time of the algorithm may vary depending on the complexity of assessments and amount of data. Please be patient as the process may take a minute or so.