for (int f = 0; f < featureCount; f++) {
valueHashMaps.add(new HashMap<Integer, Integer>());
}
SparseTextFileReader reader = new SparseTextFileReader();
reader.open(textFile);
SparseTextFileLine line = new SparseTextFileLine();
HashMap<Integer, Integer> curMap;
int key;
instanceCount = 0;
while (reader.loadNextLine(line)) {