|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadEstimate
This interface defines the methods needed to read a set of predictions from a file.
| Method Summary | |
|---|---|
void |
readEstimate(Graph graph,
Estimate estimates,
java.io.File input)
Read from a given file estimates for nodes in the given graph. |
Estimate |
readEstimate(Graph graph,
java.lang.String nodeType,
AttributeCategorical attribute,
java.io.File input)
Read from a given file an estimate for nodes in the given graph. |
| Method Detail |
|---|
Estimate readEstimate(Graph graph,
java.lang.String nodeType,
AttributeCategorical attribute,
java.io.File input)
graph - The graph whose nodes are two be estimatednodeType - The nodeType which the estimated object refers toattribute - The categorial values to map estimation-names against.input - The file from which to read estimations
void readEstimate(Graph graph,
Estimate estimates,
java.io.File input)
graph - The graph whose nodes are two be estimatedestimates - The Estimate object to fill in with the
read in estimates.input - The file from which to read classifications
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||