comment_sentence_id
int64
1
5.52k
class
stringlengths
9
50
comment_sentence
stringlengths
1
1.32k
partition
int64
0
1
instance_type
int64
0
1
category
stringclasses
1 value
label
int64
0
1
combo
stringlengths
15
1.35k
__index_level_0__
int64
7.6k
16.5k
1,474
JavaStreamingTestExample.java
stream arrives as text files in a directory.
1
0
Pointer
0
stream arrives as text files in a directory. | JavaStreamingTestExample.java
7,998
1,475
JavaStreamingTestExample.java
stops when the two groups are statistically
0
0
Pointer
0
stops when the two groups are statistically | JavaStreamingTestExample.java
7,999
1,476
JavaStreamingTestExample.java
significant p value 005 or after a user specified timeout in number of batches is exceeded.
1
0
Pointer
0
significant p value 005 or after a user specified timeout in number of batches is exceeded. | JavaStreamingTestExample.java
8,000
1,477
JavaStreamingTestExample.java
the rows of the text files must be in the form boolean, double .
0
0
Pointer
0
the rows of the text files must be in the form boolean, double . | JavaStreamingTestExample.java
8,001
1,478
JavaStreamingTestExample.java
for example
1
0
Pointer
0
for example | JavaStreamingTestExample.java
8,002
1,479
JavaStreamingTestExample.java
false, 392
0
0
Pointer
0
false, 392 | JavaStreamingTestExample.java
8,003
1,480
JavaStreamingTestExample.java
true, 9932
1
0
Pointer
0
true, 9932 | JavaStreamingTestExample.java
8,004
1,481
JavaStreamingTestExample.java
usage
0
0
Pointer
0
usage | JavaStreamingTestExample.java
8,005
1,482
JavaStreamingTestExample.java
javastreamingtestexample datadir batchduration numbatchestimeout
0
0
Pointer
0
javastreamingtestexample datadir batchduration numbatchestimeout | JavaStreamingTestExample.java
8,006
1,483
JavaStreamingTestExample.java
to run on your local machine using the directory datadir with 5 seconds between each batch and
0
0
Pointer
0
to run on your local machine using the directory datadir with 5 seconds between each batch and | JavaStreamingTestExample.java
8,007
1,484
JavaStreamingTestExample.java
a timeout after 100 insignificant batches, call
0
0
Pointer
0
a timeout after 100 insignificant batches, call | JavaStreamingTestExample.java
8,008
1,485
JavaStreamingTestExample.java
bin run example mllib^javastreamingtestexample datadir 5 100
0
0
Pointer
0
bin run example mllib^javastreamingtestexample datadir 5 100 | JavaStreamingTestExample.java
8,009
1,486
JavaStreamingTestExample.java
as you add text files to datadir the significance test wil continually update every
0
0
Pointer
0
as you add text files to datadir the significance test wil continually update every | JavaStreamingTestExample.java
8,010
1,487
JavaStreamingTestExample.java
batchduration seconds until the test becomes significant p value 005 or the number of
0
0
Pointer
0
batchduration seconds until the test becomes significant p value 005 or the number of | JavaStreamingTestExample.java
8,011
1,488
JavaStreamingTestExample.java
batches processed exceeds numbatchestimeout .
0
0
Pointer
0
batches processed exceeds numbatchestimeout . | JavaStreamingTestExample.java
8,012
1,505
KVStore.java
abstraction for a local key value store for storing app data.
0
0
Pointer
0
abstraction for a local key value store for storing app data. | KVStore.java
8,013
1,506
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,014
1,507
KVStore.java
there are two main features provided by the implementations of this interface
0
0
Pointer
0
there are two main features provided by the implementations of this interface | KVStore.java
8,015
1,508
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,016
1,509
KVStore.java
h3 serialization h3
0
0
Pointer
0
h3 serialization h3 | KVStore.java
8,017
1,510
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,018
1,511
KVStore.java
if the underlying data store requires serialization, data will be serialized to and deserialized
0
0
Pointer
0
if the underlying data store requires serialization, data will be serialized to and deserialized | KVStore.java
8,019
1,513
KVStore.java
the serializer is
0
0
Pointer
0
the serializer is | KVStore.java
8,020
1,514
KVStore.java
based on jackson, so it supports all the jackson annotations for controlling the serialization of
0
0
Pointer
0
based on jackson, so it supports all the jackson annotations for controlling the serialization of | KVStore.java
8,021
1,515
KVStore.java
app defined types.
0
0
Pointer
0
app defined types. | KVStore.java
8,022
1,516
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,023
1,517
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,024
1,518
KVStore.java
data is also automatically compressed to save disk space.
0
0
Pointer
0
data is also automatically compressed to save disk space. | KVStore.java
8,025
1,519
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,026
1,520
KVStore.java
h3 automatic key management h3
0
0
Pointer
0
h3 automatic key management h3 | KVStore.java
8,027
1,521
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,028
1,522
KVStore.java
when using the built in key management, the implementation will automatically create unique
0
0
Pointer
0
when using the built in key management, the implementation will automatically create unique | KVStore.java
8,029
1,523
KVStore.java
keys for each type written to the store.
0
0
Pointer
0
keys for each type written to the store. | KVStore.java
8,030
1,524
KVStore.java
keys are based on the type name, and always start
0
0
Pointer
0
keys are based on the type name, and always start | KVStore.java
8,031
1,525
KVStore.java
with the prefix character so that it s easy to use both manual and automatic key
0
0
Pointer
0
with the prefix character so that it s easy to use both manual and automatic key | KVStore.java
8,032
1,526
KVStore.java
management apis without conflicts .
0
0
Pointer
0
management apis without conflicts . | KVStore.java
8,033
1,527
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,034
1,528
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,035
1,529
KVStore.java
another feature of automatic key management is indexing by annotating fields or methods of
0
0
Pointer
0
another feature of automatic key management is indexing by annotating fields or methods of | KVStore.java
8,036
1,531
KVStore.java
by the values of those properties.
0
0
Pointer
0
by the values of those properties. | KVStore.java
8,037
1,532
KVStore.java
this makes it possible to provide sorting without having
0
0
Pointer
0
this makes it possible to provide sorting without having | KVStore.java
8,038
1,533
KVStore.java
to load all instances of those types from the store.
0
0
Pointer
0
to load all instances of those types from the store. | KVStore.java
8,039
1,534
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,040
1,535
KVStore.java
p
0
0
Pointer
0
p | KVStore.java
8,041
2,048
ICodeReaderFactory.java
@noreference this interface is not intended to be referenced by clients.
0
0
Pointer
0
@noreference this interface is not intended to be referenced by clients. | ICodeReaderFactory.java
8,042
2,055
ICPointerType.java
@noimplement this interface is not intended to be implemented by clients.
1
0
Pointer
0
@noimplement this interface is not intended to be implemented by clients. | ICPointerType.java
8,043
2,058
ICPPAliasTemplateInstance.java
represents an instance of an alias template 145.7 .
0
0
Pointer
0
represents an instance of an alias template 145.7 . | ICPPAliasTemplateInstance.java
8,044
2,059
ICPPAliasTemplateInstance.java
@since 55
1
0
Pointer
0
@since 55 | ICPPAliasTemplateInstance.java
8,045
2,060
ICPPAliasTemplateInstance.java
@noextend this interface is not intended to be extended by clients.
0
0
Pointer
0
@noextend this interface is not intended to be extended by clients. | ICPPAliasTemplateInstance.java
8,046
2,061
ICPPAliasTemplateInstance.java
@noimplement this interface is not intended to be implemented by clients.
1
0
Pointer
0
@noimplement this interface is not intended to be implemented by clients. | ICPPAliasTemplateInstance.java
8,047
2,066
ICPPASTLinkageSpecification.java
this interface represents a linkage specification.
0
0
Pointer
0
this interface represents a linkage specification. | ICPPASTLinkageSpecification.java
8,048
2,067
ICPPASTLinkageSpecification.java
eg extern c .
1
0
Pointer
0
eg extern c . | ICPPASTLinkageSpecification.java
8,049
2,579
TriggerCellModifier.java
cell modifier used to edit the trigger value.
0
0
Pointer
0
cell modifier used to edit the trigger value. | TriggerCellModifier.java
8,050
2,068
ICPPASTLinkageSpecification.java
@noextend this interface is not intended to be extended by clients.
1
0
Pointer
0
@noextend this interface is not intended to be extended by clients. | ICPPASTLinkageSpecification.java
8,051
2,069
ICPPASTLinkageSpecification.java
@noimplement this interface is not intended to be implemented by clients.
0
0
Pointer
0
@noimplement this interface is not intended to be implemented by clients. | ICPPASTLinkageSpecification.java
8,052
2,582
TypedCDTViewerFilter.java
@noextend this class is not intended to be subclassed by clients.
1
0
Pointer
0
@noextend this class is not intended to be subclassed by clients. | TypedCDTViewerFilter.java
8,053
2,585
UncallCommandHandler.java
command handler to trigger an uncall operation
0
0
Pointer
0
command handler to trigger an uncall operation | UncallCommandHandler.java
8,054
2,074
ICPPASTVirtSpecifier.java
a virt specifier at the end of a function declaration.
1
0
Pointer
0
a virt specifier at the end of a function declaration. | ICPPASTVirtSpecifier.java
8,055
2,586
UncallCommandHandler.java
@since 70
0
0
Pointer
0
@since 70 | UncallCommandHandler.java
8,056
2,075
ICPPASTVirtSpecifier.java
there are two virt specifiers, final and override .
1
0
Pointer
0
there are two virt specifiers, final and override . | ICPPASTVirtSpecifier.java
8,057
2,076
ICPPASTVirtSpecifier.java
@noimplement this interface is not intended to be implemented by clients.
0
0
Pointer
0
@noimplement this interface is not intended to be implemented by clients. | ICPPASTVirtSpecifier.java
8,058
2,077
ICPPASTVirtSpecifier.java
@noextend this interface is not intended to be extended by clients.
1
0
Pointer
0
@noextend this interface is not intended to be extended by clients. | ICPPASTVirtSpecifier.java
8,059
2,589
UPCKeyword.java
enumeration of keywords that upc adds to c99.
0
0
Pointer
0
enumeration of keywords that upc adds to c99. | UPCKeyword.java
8,060
2,078
ICPPASTVirtSpecifier.java
@since 57
1
0
Pointer
0
@since 57 | ICPPASTVirtSpecifier.java
8,061
2,590
UPCKeyword.java
@author mike kucera
0
0
Pointer
0
@author mike kucera | UPCKeyword.java
8,062
2,593
UPCLanguage.java
implementation of the ilanguage extension point, adds upc as a language to cdt.
1
0
Pointer
0
implementation of the ilanguage extension point, adds upc as a language to cdt. | UPCLanguage.java
8,063
2,594
UPCLanguage.java
@author mike kucera
0
0
Pointer
0
@author mike kucera | UPCLanguage.java
8,064
2,085
ICPPPointerToMemberType.java
@noimplement this interface is not intended to be implemented by clients.
1
0
Pointer
0
@noimplement this interface is not intended to be implemented by clients. | ICPPPointerToMemberType.java
8,065
2,597
VMHasChildrenUpdate.java
helper class implementation of the @link ihaschildrenupdate update object.
0
0
Pointer
0
helper class implementation of the @link ihaschildrenupdate update object. | VMHasChildrenUpdate.java
8,066
2,599
VMHasChildrenUpdate.java
@since 10
1
0
Pointer
0
@since 10 | VMHasChildrenUpdate.java
8,067
2,090
ICSourceNotFoundDescription.java
an instance is usually provided by an adapter.
0
0
Pointer
0
an instance is usually provided by an adapter. | ICSourceNotFoundDescription.java
8,068
2,603
WhiteSpaceOptions.java
manage code formatter white space options on a higher level.
1
0
Pointer
0
manage code formatter white space options on a higher level. | WhiteSpaceOptions.java
8,069
2,604
WhiteSpaceOptions.java
preview snippets.
0
0
Pointer
0
preview snippets. | WhiteSpaceOptions.java
8,070
2,093
IDsfDebugServicesFactory.java
a factory to create dsf services.
1
0
Pointer
0
a factory to create dsf services. | IDsfDebugServicesFactory.java
8,071
2,605
WhiteSpaceOptions.java
private void createbeforeellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space before ellipsis, vararg parameter preview private void createafterellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space after ellipsis, vararg parameter preview syntax element tree private innernode createreturntree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions return createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in return, return preview return root private innernode createthrowtree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions throw createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in throw, throw preview return root
0
0
Pointer
0
private void createbeforeellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space before ellipsis, vararg parameter preview private void createafterellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space after ellipsis, vararg parameter preview syntax element tree private innernode createreturntree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions return createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in return, return preview return root private innernode createthrowtree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions throw createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in throw, throw preview return root | WhiteSpaceOptions.java
8,072
2,606
WhiteSpaceOptions.java
represents a node in the options tree.
1
0
Pointer
0
represents a node in the options tree. | WhiteSpaceOptions.java
8,073
2,607
WhiteSpaceOptions.java
preview snippets.
0
0
Pointer
0
preview snippets. | WhiteSpaceOptions.java
8,074
2,096
IDsfDebugServicesFactory.java
@since 11
1
0
Pointer
0
@since 11 | IDsfDebugServicesFactory.java
8,075
2,608
WhiteSpaceOptions.java
private void createbeforeellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space before ellipsis, vararg parameter preview private void createafterellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space after ellipsis, vararg parameter preview syntax element tree private innernode createreturntree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions return createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in return, return preview return root private innernode createthrowtree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions throw createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in throw, throw preview return root
0
0
Pointer
0
private void createbeforeellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space before ellipsis, vararg parameter preview private void createafterellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space after ellipsis, vararg parameter preview syntax element tree private innernode createreturntree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions return createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in return, return preview return root private innernode createthrowtree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions throw createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in throw, throw preview return root | WhiteSpaceOptions.java
8,076
2,609
WhiteSpaceOptions.java
a node representing a group of options in the tree.
1
0
Pointer
0
a node representing a group of options in the tree. | WhiteSpaceOptions.java
8,077
2,610
WhiteSpaceOptions.java
preview snippets.
0
0
Pointer
0
preview snippets. | WhiteSpaceOptions.java
8,078
2,611
WhiteSpaceOptions.java
private void createbeforeellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space before ellipsis, vararg parameter preview private void createafterellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space after ellipsis, vararg parameter preview syntax element tree private innernode createreturntree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions return createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in return, return preview return root private innernode createthrowtree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions throw createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in throw, throw preview return root
1
0
Pointer
0
private void createbeforeellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space before ellipsis, vararg parameter preview private void createafterellipsis map workingvalues, innernode parent createoption parent, workingvalues, formattermessages^whitespaceoptions vararg parameter, defaultcodeformatterconstants^formatter insert space after ellipsis, vararg parameter preview syntax element tree private innernode createreturntree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions return createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in return, return preview return root private innernode createthrowtree map workingvalues, innernode parent final innernode root new innernode parent, workingvalues, formattermessages^whitespaceoptions throw createoption root, workingvalues, formattermessages^whitespacetabpage before parenthesized expressions, defaultcodeformatterconstants^formatter insert space before parenthesized expression in throw, throw preview return root | WhiteSpaceOptions.java
8,079
2,100
IGDBTraceControl.java
the tracecontrol service provides access to the debugger tracing functionality.
0
0
Pointer
0
the tracecontrol service provides access to the debugger tracing functionality. | IGDBTraceControl.java
8,080
2,612
WhiteSpaceOptions.java
a node representing a concrete white space option in the tree.
1
0
Pointer
0
a node representing a concrete white space option in the tree. | WhiteSpaceOptions.java
8,081
2,101
IGDBTraceControl.java
it is used to do such things as start and stop tracing.
0
0
Pointer
0
it is used to do such things as start and stop tracing. | IGDBTraceControl.java
8,082
2,102
IGDBTraceControl.java
@since 30
1
0
Pointer
0
@since 30 | IGDBTraceControl.java
8,083
2,103
IGDBTraceControl.java
gdb specific part
0
0
Pointer
0
gdb specific part | IGDBTraceControl.java
8,084
2,104
IGDBTraceControl.java
marker interface for a context on which trace operations can be performed
1
0
Pointer
0
marker interface for a context on which trace operations can be performed | IGDBTraceControl.java
8,085
2,105
IGDBTraceControl.java
gdb specific part
0
0
Pointer
0
gdb specific part | IGDBTraceControl.java
8,086
2,106
IGDBTraceControl.java
specific trace record context.
1
0
Pointer
0
specific trace record context. | IGDBTraceControl.java
8,087
2,107
IGDBTraceControl.java
it describes tracing data.
0
0
Pointer
0
it describes tracing data. | IGDBTraceControl.java
8,088
2,108
IGDBTraceControl.java
gdb specific part
1
0
Pointer
0
gdb specific part | IGDBTraceControl.java
8,089
2,109
IGDBTraceControl.java
this is the model data interface that corresponds to itracerecorddmcontext.
0
0
Pointer
0
this is the model data interface that corresponds to itracerecorddmcontext. | IGDBTraceControl.java
8,090
2,110
IGDBTraceControl.java
gdb specific part
1
0
Pointer
0
gdb specific part | IGDBTraceControl.java
8,091
2,111
IGDBTraceControl.java
trace events
0
0
Pointer
0
trace events | IGDBTraceControl.java
8,092
2,623
WordIgnoreProposal.java
proposal to ignore the word during the current editing session.
1
0
Pointer
0
proposal to ignore the word during the current editing session. | WordIgnoreProposal.java
8,093
2,112
IGDBTraceControl.java
gdb specific part @since 44
0
0
Pointer
0
gdb specific part @since 44 | IGDBTraceControl.java
8,094
2,625
WorkingCopyTests.java
contains unit test cases for working copies.
1
0
Pointer
0
contains unit test cases for working copies. | WorkingCopyTests.java
8,095
1,607
AbstractCPropertyTab.java
in this case, we ll able to use
0
0
Pointer
0
in this case, we ll able to use | AbstractCPropertyTab.java
8,096
1,608
AbstractCPropertyTab.java
a lot of utility methods via provider link.
1
0
Pointer
0
a lot of utility methods via provider link. | AbstractCPropertyTab.java
8,097