Uses of Class
graph.Graph2D

Packages that use Graph2D
graph   
tc   
 

Uses of Graph2D in graph
 

Subclasses of Graph2D in graph
 class G2Dint
          This class is an extension of Graph2D class.
 

Fields in graph declared as Graph2D
(package private)  Graph2D Range.g2d
           
(package private)  Graph2D LoadMessage.g2d
           
 Graph2D DataSet.g2d
          The Graphics canvas that is driving the whole show.
 Graph2D Axis.g2d
          The graph canvas this axis is attached to (if it is attached to any)
 

Constructors in graph with parameters of type Graph2D
Range(Graph2D g)
           
LoadMessage(Graph2D g2d)
          Instantiate the class
LoadMessage(Graph2D g2d, java.lang.String s)
          Instantiate the class
LoadMessage(Graph2D g, java.lang.String s, long visible, long invisible)
          Instantiate the class
 

Uses of Graph2D in tc
 

Methods in tc that return Graph2D
 Graph2D TCExperiment.createGDGraph(int distributionIndex)
          creates the gaussian distributions graph for later use
 Graph2D TCExperiment.createPrecisionRecallGraph(int classifierIndex)
          creates the precision<->recall graph based on an ArrayList with evaluation results for many different thresholds
 Graph2D TCExperiment.createEvaluationGraph(int evaluationNumber)
          creates the batch evaluation graph where different setting (e.g.