All Packages Class Hierarchy This Package Previous Next Index
Class rsf.operator.StatMean
java.lang.Object
|
+----rsf.operator.StatMean
- public class StatMean
- extends Object
- implements Operator
Computes the mean of an input Rsf. All the elements of the
output Rsf are constant value. Default Range is jag.juice.RealVec.
-
StatMean(Space)
-
-
StatMean(Space, Space)
-
-
addImage(Vector, Vector)
-
I wonder if this method makes any sense for Mean().
-
copy()
-
-
getDomain()
-
-
getRange()
-
-
image(Vector)
-
-
image(Vector, Vector)
-
-
main(String[])
- Invocation:
StatMean < i.H > o.H
-
residual(Vector, Vector, Vector)
-
-
statMean(boolean, Vector, Vector)
-
-
statMean(Rsf)
-
StatMean
public StatMean(Space domain,
Space range)
StatMean
public StatMean(Space domain)
copy
public JamObject copy()
image
public Vector image(Vector d)
image
public void image(Vector d,
Vector r)
addImage
public void addImage(Vector d,
Vector r)
- I wonder if this method makes any sense for Mean(). I could
throw an error instead and get rid of the boolean add flag.
residual
public void residual(Vector d,
Vector b,
Vector r)
getDomain
public Space getDomain()
getRange
public Space getRange()
main
public static void main(String args[])
- Invocation:
StatMean < i.H > o.H
statMean
public static void statMean(boolean add,
Vector r,
Vector d)
statMean
public static float statMean(Rsf d)
All Packages Class Hierarchy This Package Previous Next Index