Skip to content

Conversation

@adityamithas
Copy link
Collaborator

@adityamithas adityamithas commented Oct 26, 2016

Several fixes:

  1. Fixed the chaining issue.
  2. Fixed issues in generateCSV() function related to converting Collection to an array so that each element (representing # occurrences of each BloodType) could be spit out into a .csv file that we can use for training the model.
  3. Changed TreeMap type such that it maps an Object List to # occurrences - originally I was mapping a BloodType list to #, but that doesn't work in the case of an altruist for whom I was adding an object type to serve as the patient placeholder.

No compile time errors on my end (with the exception of CPLEX.jar issue we discussed) - let me know if this looks fine!

Several fixes:
1. Changed TreeMap type such that it maps an Object List to # occurrences - originally I was mapping a BloodType list to #, but that doesn't work in the case of an altruist for whom I was adding an object type to serve as the patient placeholder. 

2. Fixed the chaining issue.

3. Fixed issues in generateCSV() function relating to converting Collection to an array so that each element (representing # occurrences of each BloodType) could be spit out into a .csv file that we can use for training the model.

No compile time errors on my end (with the exception of CPLEX.jar issue we discussed) - let me know if this looks fine!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant