Package | Description |
---|---|
org.linqs.psl.reasoner.dcd.term | |
org.linqs.psl.reasoner.sgd.term | |
org.linqs.psl.reasoner.term.streaming |
Modifier and Type | Class and Description |
---|---|
class |
DCDStreamingCacheIterator |
class |
DCDStreamingInitialRoundIterator
Iterate over all the terms that come up from grounding.
|
Modifier and Type | Method and Description |
---|---|
protected StreamingIterator<DCDObjectiveTerm> |
DCDStreamingTermStore.getCacheIterator() |
protected StreamingIterator<DCDObjectiveTerm> |
DCDStreamingTermStore.getInitialRoundIterator() |
protected StreamingIterator<DCDObjectiveTerm> |
DCDStreamingTermStore.getNoWriteIterator() |
Modifier and Type | Class and Description |
---|---|
class |
SGDStreamingCacheIterator |
class |
SGDStreamingInitialRoundIterator
Iterate over all the terms that come up from grounding.
|
Modifier and Type | Method and Description |
---|---|
protected StreamingIterator<SGDObjectiveTerm> |
SGDStreamingTermStore.getCacheIterator() |
protected StreamingIterator<SGDObjectiveTerm> |
SGDStreamingTermStore.getInitialRoundIterator() |
protected StreamingIterator<SGDObjectiveTerm> |
SGDStreamingTermStore.getNoWriteIterator() |
Modifier and Type | Class and Description |
---|---|
class |
StreamingCacheIterator<T extends ReasonerTerm>
Iterate over all the terms from the disk cache.
|
class |
StreamingInitialRoundIterator<T extends ReasonerTerm>
Iterate over all the terms that come up from grounding.
|
Modifier and Type | Field and Description |
---|---|
protected StreamingIterator<T> |
StreamingTermStore.activeIterator |
Modifier and Type | Method and Description |
---|---|
protected abstract StreamingIterator<T> |
StreamingTermStore.getCacheIterator()
Get an iterator that will read and write from disk.
|
protected abstract StreamingIterator<T> |
StreamingTermStore.getInitialRoundIterator()
Get an iterator that will perform grounding queries and write the initial pages to disk.
|
protected abstract StreamingIterator<T> |
StreamingTermStore.getNoWriteIterator()
Get an iterator that will not write to disk.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.