Uses of Class
procope.evaluation.comparison.Point

Packages that use Point
procope.evaluation.comparison   
procope.tools.math   
 

Uses of Point in procope.evaluation.comparison
 

Methods in procope.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 procope.tools.math
 

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

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