Alerting
.
controllers
.
calcul
perceptron
package
perceptron
Visibility
Public
All
Type Members
case class
PerceptronBinding
(
minFrame:
Int
,
maxFrame:
Int
,
outputId:
Int
)
extends
Product
with
Serializable
class
PerceptronModel
extends
AnyRef
Annotations
@Singleton
()
case class
PerceptronParams
(
stations:
Seq
[
PerceptronStation
]
)
extends
Product
with
Serializable
case class
PerceptronStation
(
id:
Int
,
code:
String
,
typeName:
String
,
name:
Option
[
String
]
,
dataTypes:
Seq
[
Int
]
)
extends
Product
with
Serializable
case class
SieauStationBinding
(
instance:
String
,
typeStation:
String
,
idStation:
Int
,
typeId:
Int
,
startDate:
Option
[
DateTime
] =
None
,
endDate:
Option
[
DateTime
] =
None
,
validOnly:
Boolean
=
true
,
group:
Option
[
String
] =
None
)
extends
Product
with
Serializable
Value Members
object
PerceptronBinding
extends
Serializable
object
PerceptronParams
extends
Serializable
object
PerceptronStation
extends
Serializable
object
SieauStationBinding
extends
Serializable
Ungrouped