Package adams.data.statistics
Interface EqualLengthArrayStatistic
-
- All Known Implementing Classes:
AbstractArrayDistance,ArrayAngle,ArrayBinning,ArrayChebyshevDistance,ArrayCorrelationCoefficient,ArrayCosineSimilarity,ArrayCovariance,ArrayDifference,ArrayEuclideanDistance,ArrayHistogram,ArrayKendallTheil,ArrayLinearRegression,ArrayManhattanDistance,ArrayMeanAbsoluteError,ArrayMinkowskiDistance,ArrayNormalize,ArrayNormalizeRange,ArrayRelativeAbsoluteError,ArrayRootMeanSquaredError,ArrayRootRelativeSquaredError,ArrayRSquared,ArrayStandardize,ArrayStandardScores
public interface EqualLengthArrayStatisticInterface for array statistics that require the arrays to have the same length.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength()Returns the length of the stored arrays.
-