Currently I am loading 2 Vectors from an XML file read. The first Vector "values" has scores(stored as a BigDecimal), the second "labels" contains an appropriate label for that score (String).
Im loading them fine, but my next step is to find the 10 largest scores and print out only them and their label.
Does anyone know how I can find the 10 largest values and seperate them but keep them associated with the correct label?? Thanks in Advance
Kris McCuller
Programmer Portiva Corp.
kmcculler@portiva.com
Im loading them fine, but my next step is to find the 10 largest scores and print out only them and their label.
Does anyone know how I can find the 10 largest values and seperate them but keep them associated with the correct label?? Thanks in Advance
Kris McCuller
Programmer Portiva Corp.
kmcculler@portiva.com