Package | Description |
---|---|
org.deeplearning4j.models.sequencevectors.enums | |
org.deeplearning4j.models.sequencevectors.interfaces | |
org.deeplearning4j.models.sequencevectors.listeners |
Modifier and Type | Method and Description |
---|---|
static ListenerEvent |
ListenerEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerEvent[] |
ListenerEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorsListener.processEvent(ListenerEvent event,
SequenceVectors<T> sequenceVectors,
long argument)
This method is called at each epoch end
|
boolean |
VectorsListener.validateEvent(ListenerEvent event,
long argument)
This method is called prior each processEvent call, to check if this specific VectorsListener implementation is viable for specific event
|
Modifier and Type | Method and Description |
---|---|
void |
ScoreListener.processEvent(ListenerEvent event,
SequenceVectors<T> sequenceVectors,
long argument)
Deprecated.
|
void |
SerializingListener.processEvent(ListenerEvent event,
SequenceVectors<T> sequenceVectors,
long argument)
This method is called at each epoch end
|
void |
SimilarityListener.processEvent(ListenerEvent event,
SequenceVectors<T> sequenceVectors,
long argument) |
boolean |
ScoreListener.validateEvent(ListenerEvent event,
long argument)
Deprecated.
|
boolean |
SerializingListener.validateEvent(ListenerEvent event,
long argument)
This method is called prior each processEvent call, to check if this specific VectorsListener implementation is viable for specific event
|
boolean |
SimilarityListener.validateEvent(ListenerEvent event,
long argument) |
Constructor and Description |
---|
Builder(ListenerEvent targetEvent,
int frequency) |
ScoreListener(@NonNull ListenerEvent targetEvent,
int frequency)
Deprecated.
|
SimilarityListener(ListenerEvent targetEvent,
int frequency,
String label1,
String label2) |
Copyright © 2020. All rights reserved.