Package adams.data.statistics
Interface EqualLengthArrayStatistic
-
- All Known Implementing Classes:
AbstractArrayDistance
,ArrayAngle
,ArrayBinning
,ArrayChebyshevDistance
,ArrayCorrelationCoefficient
,ArrayCovariance
,ArrayDifference
,ArrayEuclideanDistance
,ArrayHistogram
,ArrayKendallTheil
,ArrayLinearRegression
,ArrayManhattanDistance
,ArrayMeanAbsoluteError
,ArrayMinkowskiDistance
,ArrayNormalize
,ArrayNormalizeRange
,ArrayRelativeAbsoluteError
,ArrayRootMeanSquaredError
,ArrayRootRelativeSquaredError
,ArrayRSquared
,ArrayStandardize
,ArrayStandardScores
public interface EqualLengthArrayStatistic
Interface 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 int
getLength()
Returns the length of the stored arrays.
-