Skip to content
Snippets Groups Projects
Commit e3e13619 authored by POLITO Guillermo Andres's avatar POLITO Guillermo Andres
Browse files

Added Scaladoc to ConvolutionalConnection

parent 6ddb8ec3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,11 @@ import fr.univ_lille.cristal.emeraude.n2s3.features.builder.convolutional.Filter ...@@ -8,7 +8,11 @@ import fr.univ_lille.cristal.emeraude.n2s3.features.builder.convolutional.Filter
import scala.collection.mutable import scala.collection.mutable
/** /**
* Created by falezp on 23/05/16. * Convolutional connection between two neuron groups
* @param filters
* @param connectionConstructor
* @param sharedObjConstructor
* @tparam A
*/ */
class ConvolutionalConnection[A](filters : Traversable[Filter2D], connectionConstructor : A => SharedNeuronConnection[A], sharedObjConstructor : () => A) extends ConnectionPolicy { class ConvolutionalConnection[A](filters : Traversable[Filter2D], connectionConstructor : A => SharedNeuronConnection[A], sharedObjConstructor : () => A) extends ConnectionPolicy {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment