jInfer

cz.cuni.mff.ksi.jinfer.iss.experiments.data
Interface TestData

All Known Implementing Classes:
OfficialTestData, SizeTestData

public interface TestData

Encapsulation of a test data file.


Method Summary
 int getEdges()
          Returns the number of edges in the graph representation of this file.
 InputFile getFile()
          Returns the input file represented.
 Double getKnownOptimum()
          Returns the known optimum for alpha = beta = 1, if available.
 int getVertices()
          Returns the number of vertices in the graph representation of this file.
 

Method Detail

getFile

InputFile getFile()
Returns the input file represented.

Returns:
Test data file.

getKnownOptimum

Double getKnownOptimum()
Returns the known optimum for alpha = beta = 1, if available.

Returns:
Known optimum for this file or null if unknown.

getVertices

int getVertices()
Returns the number of vertices in the graph representation of this file.


getEdges

int getEdges()
Returns the number of edges in the graph representation of this file.


jInfer

Generated on Fri Dec 9 00:01:25 CET 2011