155156157158159160161162163164165
tWeights.add(f_weights.get(i*n_labels+j)); } } log.info(String.format("%d -> %d\n", n_features, tFeatures)); tWeights.trimToSize(); // map for (String type : Lists.newArrayList(m_features.keySet())) { m = m_features.get(type);