dpc10ster / RJafroc

Artificial Intelligence: Evaluating AI, optimizing AI
19 stars 8 forks source link

Should strings be allowed in Excel data file? #29

Closed dpc10ster closed 3 years ago

dpc10ster commented 5 years ago

Currently ReaderID, ModalityID are allowed to be strings; this creates problems when using them as array indices, necessarily integers. What to do?

dpc10ster commented 5 years ago

I think the read function handles this correctly; so maybe don't need this fixed; will leave this issue open just to remind me.

dpc10ster commented 4 years ago

This poses no problem as the which() function is used to determine integer indices from string names; right now only caseID must be integers, but this could be generalized to strings in future.

dpc10ster commented 3 years ago

Strings are allowed everywhere except that lesionID must be convertible to integers.