Class FuzzyPhasedParallelIterativeAverager
java.lang.Object
iterativeaveraging.fuzzy.challenge.FuzzyPhasedParallelIterativeAverager
- All Implemented Interfaces:
IterativeAverager
- Author:
- __STUDENT_NAME__, Dennis Cosgrove
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
iterativelyAverage
(double[] originalArray, int iterationCount) toString()
-
Constructor Details
-
FuzzyPhasedParallelIterativeAverager
public FuzzyPhasedParallelIterativeAverager(int sliceCount)
-
-
Method Details
-
iterativelyAverage
public double[] iterativelyAverage(double[] originalArray, int iterationCount) throws InterruptedException, ExecutionException - Specified by:
iterativelyAverage
in interfaceIterativeAverager
- Throws:
InterruptedException
ExecutionException
-
toString
-