|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.shef.dcs.oak.jate.core.voting.WeightedOutput
public class WeightedOutput
Represents weigted term recognition result in a voting system.
Constructor Summary | |
---|---|
WeightedOutput(java.util.List<Term> result,
double weight)
Creates an instance which holds ranked list of terms extracted by an algorithm, and the voting power (weight) assigned to that algorithm. |
Method Summary | |
---|---|
java.util.List<Term> |
getOutputList()
|
double |
getWeight()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeightedOutput(java.util.List<Term> result, double weight)
result
- weight
- Method Detail |
---|
public double getWeight()
public java.util.List<Term> getOutputList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |