Con

class Con(val from: String, val weight: Double) extends PmmlElement

Defines the connections coming into that parent element. The neuron identified by from may be part of any layer.

trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val from: String
val weight: Double