168169170171172173174175176177178
CollectionUtil.Map2String(v.goldLabels()) + _kDelim + CollectionUtil.Map2String(v .injectedLabels()) + _kDelim + CollectionUtil.Map2String(v .estimatedLabels()) + _kDelim + neighStr.trim() + _kDelim + rwProbStr)); // reset the neighborhood string
194195196197198199200201202203204
new Text(CollectionUtil.Map2String(v.goldLabels()) + _kDelim + CollectionUtil.Map2String(v .injectedLabels()) + _kDelim + CollectionUtil.Map2String(v .estimatedLabels()) + _kDelim + neighStr.trim() + _kDelim + rwProbStr)); } } }