feature-training
Toggle table of contents
provider(?)
common
Platform filter
common
Switch theme
Search in API
feature-training
feature-training
/
org.pointyware.disco.training.entities
/
LayerStatistics
Layer
Statistics
interface
LayerStatistics
:
Statistics
Members
Properties
epoch
Count
Link copied to clipboard
abstract
val
epochCount
:
Int
measurements
Link copied to clipboard
abstract
val
measurements
:
List
<
Measurement
<
*
>
>
Lists the measurements taken by this object.
measurements
Max
Link copied to clipboard
abstract
val
measurementsMax
:
Float
Functions
create
Snapshot
Link copied to clipboard
abstract
fun
createSnapshot
(
)
:
Snapshot
Collects all measures into a single immutable object
data
Link copied to clipboard
abstract
fun
data
(
key
:
Measurement
<
Float
>
)
:
DataList
<
Float
,
Float
>
measurement
Maximum
Link copied to clipboard
abstract
fun
measurementMaximum
(
key
:
Measurement
<
Float
>
)
:
Float
on
Activation
Link copied to clipboard
abstract
fun
onActivation
(
)
on
Gradient
Link copied to clipboard
abstract
fun
onGradient
(
)
on
Pre
Activation
Link copied to clipboard
abstract
fun
onPreActivation
(
)