|
||||||||||
| 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 ApproximatorFactoryevalPoints - 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 funcitons 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 ApproximatorFactoryclone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||