MCPcopy Create free account
hub / github.com/antlr/codebuff / count

Method count

output/java_guava/1.4.16/PairedStats.java:71–73  ·  view source on GitHub ↗

Returns the number of pairs in the dataset.

()

Source from the content-addressed store, hash-verified

69
70
71 public long count() {
72 return xStats.count();
73 }
74
75 /**
76 * Returns the statistics on the {@code x} values alone.

Callers 5

populationCovarianceMethod · 0.95
sampleCovarianceMethod · 0.95
leastSquaresFitMethod · 0.95
toStringMethod · 0.95

Calls 1

countMethod · 0.65

Tested by

no test coverage detected