CoFilter_1D

scalation.modeling.neuralnet.CoFilter_1D
See theCoFilter_1D companion object
class CoFilter_1D(width: Int)

The CoFilter_1D class provides a convolution filter (cofilter) for taking a weighted average over a window of an input vector.

Value parameters

width

the width of the cofilter

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def update(vec2: VectorD): Unit

Update the parameters, i.e., the filter's vector.

Update the parameters, i.e., the filter's vector.

Value parameters

vec

the new vector parameters

Attributes