In order to solve the problem, (I have attached it as a picture), I added print statements, is that the only modification that needs to be made?
Please let me know,
SAHC-hw9.mod (521 Bytes)
SAHC-hw9.dat (331 Bytes)
In order to solve the problem, (I have attached it as a picture), I added print statements, is that the only modification that needs to be made?
Please let me know,
SAHC-hw9.mod (521 Bytes)
SAHC-hw9.dat (331 Bytes)
Your print statements are correct. Actually you have more statements than you need, since they display the same list of genes twice,
Selected Genes: B C F
`set TARGET := B C F;```
Since this is a homework assignment, I must leave it to you to determine whether your model is correct.