Toggle navigation
Home
boolean to float
No. of Instances - 13
No. of Commits - 3
No. of Projects - {'neo4j', 'CoreNLP', 'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
"" + decision.second + "\t"+ StringUtils.join(decision.first.entrySet().stream().map(entry -> "" + entry.getKey() + "->"+ entry.getValue()),";")
to
label
features.size() - 1
to
label
Add or Remove Method invocation
decision.first.entrySet().stream().map(entry -> "" + entry.getKey() + "->"+ entry.getValue())
to
label
Pair.makePair(features.get(i),ClauseClassifierLabel.CLAUSE_SPLIT)
to
label
Pair.makePair(features.get(features.size() - 1),ClauseClassifierLabel.NOT_A_CLAUSE)
to
label
features.get(i)
to
label
features.get(features.size() - 1)
to
label
Pair.makePair(features.get(i),ClauseClassifierLabel.CLAUSE_INTERM)
to
label
label
to
label
Pair.makePair(label,ClauseClassifierLabel.CLAUSE_INTERM)
to
label
datasetDumpWriter.get().println(label)
to
weight
featurizer.isSimpleSplit(feats)
to
weight
RELATION_TRIPLE_LOOP
to
datum.setLabel(label)
Cascading Type Change (Different)
Pair<Counter<String>,ClauseClassifierLabel>
to
float
Collection<Pair<Span,Span>>
to
List<RelationTriple>
Collection<Pair<Span,Span>>
to
Supplier<SentenceFragment>
Rename Variable
isSimpleSplit
to
weight