public class LinearImportanceModel extends ConceptImportanceModel
| Constructor and Description |
|---|
LinearImportanceModel() |
| Modifier and Type | Method and Description |
|---|---|
float |
computeFeatureValue(String cliqueTerms,
MetaFeature f) |
void |
configure(Node model) |
float |
getCliqueWeight(Clique c) |
float |
getConceptWeight(String concept) |
List<MetaFeature> |
getMetaFeatures() |
static HMapKF<String> |
readDataStats(String file) |
getpublic float computeFeatureValue(String cliqueTerms, MetaFeature f)
public void configure(Node model) throws ConfigurationException
configure in class ConceptImportanceModelConfigurationExceptionpublic float getCliqueWeight(Clique c)
getCliqueWeight in class ConceptImportanceModelpublic float getConceptWeight(String concept)
getConceptWeight in class ConceptImportanceModelpublic List<MetaFeature> getMetaFeatures()
public static HMapKF<String> readDataStats(String file) throws IOException
IOException