Modifier and Type | Field and Description |
---|---|
protected List<WeightedRule> |
WeightLearningApplication.mutableRules |
Modifier and Type | Method and Description |
---|---|
WeightedRule |
WeightedGroundRule.getRule() |
WeightedRule |
UnweightedRule.relax(double weight,
boolean squared) |
Modifier and Type | Class and Description |
---|---|
class |
WeightedArithmeticRule |
Modifier and Type | Method and Description |
---|---|
WeightedRule |
WeightedGroundArithmeticRule.getRule() |
WeightedRule |
UnweightedArithmeticRule.relax(double weight,
boolean squared) |
Modifier and Type | Class and Description |
---|---|
class |
WeightedLogicalRule |
Modifier and Type | Method and Description |
---|---|
WeightedRule |
WeightedGroundLogicalRule.getRule() |
WeightedRule |
UnweightedLogicalRule.relax(double weight,
boolean squared) |
Constructor and Description |
---|
DCDStreamingInitialRoundIterator(DCDStreamingTermStore parentStore,
List<WeightedRule> rules,
AtomManager atomManager,
HyperplaneTermGenerator<DCDObjectiveTerm,RandomVariableAtom> termGenerator,
List<DCDObjectiveTerm> termCache,
List<DCDObjectiveTerm> termPool,
ByteBuffer termBuffer,
ByteBuffer volatileBuffer,
int pageSize) |
Constructor and Description |
---|
SGDStreamingInitialRoundIterator(SGDStreamingTermStore parentStore,
List<WeightedRule> rules,
AtomManager atomManager,
HyperplaneTermGenerator<SGDObjectiveTerm,RandomVariableAtom> termGenerator,
List<SGDObjectiveTerm> termCache,
List<SGDObjectiveTerm> termPool,
ByteBuffer termBuffer,
ByteBuffer volatileBuffer,
int pageSize) |
Modifier and Type | Field and Description |
---|---|
protected List<WeightedRule> |
StreamingTermStore.rules |
protected List<WeightedRule> |
StreamingInitialRoundIterator.rules |
Constructor and Description |
---|
StreamingInitialRoundIterator(StreamingTermStore<T> parentStore,
List<WeightedRule> rules,
AtomManager atomManager,
HyperplaneTermGenerator<T,RandomVariableAtom> termGenerator,
List<T> termCache,
List<T> termPool,
ByteBuffer termBuffer,
ByteBuffer volatileBuffer,
int pageSize) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.