Package | Description |
---|---|
org.linqs.psl.reasoner.dcd.term | |
org.linqs.psl.reasoner.sgd | |
org.linqs.psl.reasoner.sgd.term | |
org.linqs.psl.reasoner.term | |
org.linqs.psl.reasoner.term.streaming |
Modifier and Type | Class and Description |
---|---|
class |
DCDMemoryTermStore
An in-memory TermStore specifically for DCD terms.
|
class |
DCDStreamingTermStore
A term store that iterates over ground queries directly (obviating the GroundRuleStore).
|
Constructor and Description |
---|
DCDObjectiveTerm(VariableTermStore<DCDObjectiveTerm,RandomVariableAtom> termStore,
boolean squared,
Hyperplane<RandomVariableAtom> hyperplane,
float weight,
float c) |
Modifier and Type | Method and Description |
---|---|
float |
SGDReasoner.computeObjective(VariableTermStore<SGDObjectiveTerm,RandomVariableAtom> termStore,
float[] variableValues) |
Modifier and Type | Class and Description |
---|---|
class |
SGDMemoryTermStore
An in-memory TermStore specifically for SDG terms.
|
class |
SGDStreamingTermStore
A term store that iterates over ground queries directly (obviating the GroundRuleStore).
|
Constructor and Description |
---|
SGDObjectiveTerm(VariableTermStore<SGDObjectiveTerm,RandomVariableAtom> termStore,
boolean squared,
boolean hinge,
Hyperplane<RandomVariableAtom> hyperplane,
float weight,
float learningRate) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryVariableTermStore<T extends ReasonerTerm,V extends ReasonerLocalVariable>
A general TermStore that handles terms and variables all in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamingTermStore<T extends ReasonerTerm> |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.