Uses of Class
evaluation.comparison.Point

Packages that use Point
evaluation.comparison   
tools.math   
zold   
 

Uses of Point in evaluation.comparison
 

Methods in evaluation.comparison that return types with arguments of type Point
static List<Point> NetworkComparison.weightsOverlap(ProteinNetwork scores1, ProteinNetwork scores2, boolean excludeZeros)
          Compares the weights of all edges of two networks.
 

Uses of Point in tools.math
 

Methods in tools.math with parameters of type Point
 void CorrelationCoefficient.feedData(Point point)
          Feeds one data point into the dataset
 void SpearmanCoefficient.feedData(Point p)
           
 void PearsonCoefficient.feedData(Point p)
           
 

Method parameters in tools.math with type arguments of type Point
static float DebugStuff.calcRMSE(List<Point> points)
           
 void CorrelationCoefficient.feedData(Collection<Point> data)
          Feeds a list of data points into the dataset.
 void SpearmanCoefficient.feedData(Collection<Point> data)
           
 void PearsonCoefficient.feedData(Collection<Point> data)
           
 

Uses of Point in zold
 

Method parameters in zold with type arguments of type Point
 void GNUPlotter.addData(ArrayList<Point> data, String name)