Package | Description |
---|---|
org.linqs.psl.application.learning.weight | |
org.linqs.psl.database | |
org.linqs.psl.database.atom |
Modifier and Type | Method and Description |
---|---|
Map<RandomVariableAtom,ObservedAtom> |
TrainingMap.getLabelMap()
Get the mapping of unobserved targets to truth atoms.
|
List<ObservedAtom> |
TrainingMap.getMissingLabels()
Gets observed targets that do not have an associated observed truth atom.
|
List<ObservedAtom> |
TrainingMap.getMissingTargets()
Gets observed truth atoms that do not have an associated target atom.
|
Map<ObservedAtom,ObservedAtom> |
TrainingMap.getObservedMap()
Get the mapping of observed targets to truth atoms.
|
Map<ObservedAtom,ObservedAtom> |
TrainingMap.getObservedMap()
Get the mapping of observed targets to truth atoms.
|
Modifier and Type | Method and Description |
---|---|
List<ObservedAtom> |
ReadableDatabase.getAllGroundObservedAtoms(StandardPredicate predicate)
Fetch all the ground ObservedAtoms for a predicate.
|
List<ObservedAtom> |
Database.getAllGroundObservedAtoms(StandardPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ObservedAtom |
AtomCache.instantiateObservedAtom(Predicate predicate,
Constant[] args,
float value)
Instantiates an ObservedAtom and stores it in this AtomCache.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ObservedAtom> |
AtomCache.getCachedObservedAtoms() |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.