|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.math.impl.IndependentDimensionApproximator.Factory
public static class IndependentDimensionApproximator.Factory
Factory for IndependentDimensionApproximators.
Constructor Summary | |
---|---|
IndependentDimensionApproximator.Factory()
|
Method Summary | |
---|---|
ApproximatorFactory |
clone()
|
LinearApproximator |
getApproximator(float[][] evalPoints,
float[][] values)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndependentDimensionApproximator.Factory()
Method Detail |
---|
public LinearApproximator getApproximator(float[][] evalPoints, float[][] values)
getApproximator
in interface ApproximatorFactory
evalPoints
- Points at which component functions are evaluated. These should
usually be uniformly distributed, because the sum of error at these points is
treated as an integral over the domain of interest.values
- The values of component functions at the evalPoints. The first dimension
makes up the list of functions, and the second the values of these functions at each
evaluation point.
ApproximatorFactory.getApproximator(float[][], float[][])
public ApproximatorFactory clone() throws java.lang.CloneNotSupportedException
clone
in interface ApproximatorFactory
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if clone can't be made
|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |