Hi ,
Can any body help me here? I have 20 records in file and confidence values for each record like ,
0.9,
0.2,
0.3,
0.4
...
and have to use those values in the other program as input. previously i had declaried array and put 20 values in that and accessing like confid[p], but I need my program to read each value from the file for eg (.confidence file) with Itemnumbers (1 to 20 ) so can you please tell me the code for that?
I will really appreciate your help!
Thanks.
Can any body help me here? I have 20 records in file and confidence values for each record like ,
0.9,
0.2,
0.3,
0.4
...
and have to use those values in the other program as input. previously i had declaried array and put 20 values in that and accessing like confid[p], but I need my program to read each value from the file for eg (.confidence file) with Itemnumbers (1 to 20 ) so can you please tell me the code for that?
I will really appreciate your help!
Thanks.
Comment