Feedforward

trait Feedforward[S, W]
class Object
trait Matchable
class Any

Value members

Abstract methods

def activate(neuron: Int, inputs: Iterable[(S, W)]): S
def inputNeurons: Vector[Int]
def inputsAndWeights(neuron: Int, state: IndexedSeq[S]): Vector[(S, W)]
def outNeighbours(neuron: Int): Vector[Int]
def state: Vector[S]
def updateState(state: Iterable[S], neuronsValues: Iterable[(Int, S)]): Vector[S]

Concrete methods

def query(inputValues: Seq[S]): Vector[S]