| Package | Description |
|---|---|
| ds.granules.interfere.computation | |
| ds.granules.interfere.computation.ecg | |
| ds.granules.interfere.computation.eeg | |
| ds.granules.interfere.computation.gzip | |
| ds.granules.interfere.computation.thorax | |
| ds.granules.samples.uppercase |
This package contains a simple example which flips an input string from lowercase to uppercase.
|
| ds.granules.samples.wordcount |
This package contains classes that demonstrate using Granules with a simple information retrieval capability: Histogramming Word Counts in a set of files on a distributed set of machines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GIComputation |
| Modifier and Type | Class and Description |
|---|---|
class |
ECGMonitor |
| Modifier and Type | Class and Description |
|---|---|
class |
EEGMap
revamped eeg classification in granules
|
class |
EEGReduce
Cleaned version of a reducer to handle streaming EEG data with bridges
|
| Modifier and Type | Class and Description |
|---|---|
class |
GzipComputation |
| Modifier and Type | Class and Description |
|---|---|
class |
RespirationMap |
| Modifier and Type | Class and Description |
|---|---|
class |
UpperCaseMap |
| Modifier and Type | Class and Description |
|---|---|
class |
WordCountMap
An example demonstrating the
Map role within a Word Count
operation. |
class |
WordCountReduce
An example demonstrating the
Reduce role within a Word Count
operation. |