NEEDS SPELL CHECKING
Background
For my final year university dissertation project, I investigated the feasiblity of predicting the healthiness of food items for a given individual based on a range of inputs. This involved programming a desktop application with Java and JavaFx and researched thoroughly into acceptable nutrition literature from which the key rules were derived from.
Implementation
The method of processing the inputs that was decided upon was a heuristic scoring technique, which involved scoring individul components of the input vector and then determining the final classification based on the range of scores given. This
The following code segment gives an example structure of the scoring methods used in the main decision making step. The decision making was built up from a large set of similar rules.