| Package | Description |
|---|---|
| eu.fbk.shell.mdfsa.data.structures |
| Modifier and Type | Method and Description |
|---|---|
HashMap<Long,FuzzyMembership> |
DomainGraph.getPolarities() |
HashMap<Long,FuzzyMembership> |
SerializableDomainGraph.getPolarities() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainGraph.forcedPolarityInitialization(String concept,
FuzzyMembership fm)
Initializes the graph with the polarities representing the sentiment of each concept in the current domain
|
void |
DomainGraph.updatePolarities(long nodeId,
FuzzyMembership fm) |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainGraph.setPolarities(HashMap<Long,FuzzyMembership> polarities) |
void |
SerializableDomainGraph.setPolarities(HashMap<Long,FuzzyMembership> polarities) |
Copyright © 2016–2020 FBK. All rights reserved.