|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.polito.elite.doseWS.include.TopicCoverage
A class for storing data relative to the autonomic policies of the Annotation Repository, stores concepts together with their frequencies in terms of indexed resources, for detecting low covered conceptual areas in the ontology
| Constructor Summary | |
TopicCoverage(TopicFrequency[] array)
Constructor |
|
TopicCoverage(TopicFrequency[] array,
boolean sort)
Constructor |
|
TopicCoverage(java.util.Vector V)
Constructor |
|
| Method Summary | |
double |
coverageMean()
|
double |
coverageVariance()
|
java.lang.String[] |
getLowCoveredConcepts()
|
java.lang.String[] |
getLowCoveredConceptsM()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TopicCoverage(TopicFrequency[] array,
boolean sort)
array - the array of TopicFrquency objects to be stored in this TopicCoveragesort - if true causes the TopicFrequencies to be sortedpublic TopicCoverage(TopicFrequency[] array)
array - the array of TopicFrequency objects to be stored in this TopicCoveragepublic TopicCoverage(java.util.Vector V)
V - the Vector of topic frequencies to be stored in this TopicCoverage| Method Detail |
public double coverageMean()
public double coverageVariance()
public java.lang.String[] getLowCoveredConcepts()
public java.lang.String[] getLowCoveredConceptsM()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||