| Package | Description |
|---|---|
| org.aksw.hawk.controller | |
| org.aksw.hawk.datastructures | |
| org.aksw.hawk.experiment | |
| org.aksw.hawk.querybuilding | |
| org.aksw.hawk.ranking | |
| org.aksw.hawk.util |
| Modifier and Type | Field and Description |
|---|---|
private Answer |
EvalObj.answer |
| Modifier and Type | Method and Description |
|---|---|
Answer |
EvalObj.getAnswer() |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
PipelineStanford.getAnswersToQuestion(HAWKQuestion q) |
abstract List<Answer> |
AbstractPipeline.getAnswersToQuestion(HAWKQuestion q) |
| Constructor and Description |
|---|
EvalObj(String id,
String question,
double fmax,
double pmax,
double rmax,
String comment,
Answer answer) |
| Modifier and Type | Field and Description |
|---|---|
private List<Answer> |
HAWKQuestion.finalAnswer |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
HAWKQuestion.getFinalAnswer() |
| Modifier and Type | Method and Description |
|---|---|
int |
Answer.compareTo(Answer a) |
| Modifier and Type | Method and Description |
|---|---|
void |
HAWKQuestion.setFinalAnswer(List<Answer> finalAnswer) |
| Modifier and Type | Method and Description |
|---|---|
static List<EvalObj> |
Measures.measure(List<Answer> rankedAnswer,
HAWKQuestion q,
int maxK) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
SPARQLQueryBuilder.build(HAWKQuestion q) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
TierRanker.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
Ranking.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
OptimalRanker.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
FeatureBasedRanker.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
BucketRanker.rank(List<Answer> answers,
HAWKQuestion q) |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
TierRanker.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
Ranking.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
OptimalRanker.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
FeatureBasedRanker.rank(List<Answer> answers,
HAWKQuestion q) |
List<Answer> |
BucketRanker.rank(List<Answer> answers,
HAWKQuestion q) |
| Modifier and Type | Method and Description |
|---|---|
void |
QALDWriter.write(Answer a) |
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.