public abstract class ConceptImportanceModel extends Object
| Constructor and Description |
|---|
ConceptImportanceModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configure(Node model) |
static ConceptImportanceModel |
get(Node model) |
abstract float |
getCliqueWeight(Clique c) |
abstract float |
getConceptWeight(String concept) |
public abstract void configure(Node model) throws ConfigurationException
ConfigurationExceptionpublic static ConceptImportanceModel get(Node model) throws ConfigurationException
ConfigurationExceptionpublic abstract float getCliqueWeight(Clique c)
public abstract float getConceptWeight(String concept)