CoFilter_2D

scalation.modeling.neuralnet.CoFilter_2D
See theCoFilter_2D companion object
class CoFilter_2D(width: Int)

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

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(mat_: MatrixD): Unit

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

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

Value parameters

vec_

the new matrix parameters

Attributes