Skip to content

Commit 3c57f8d

Browse files
author
Lukas Molzberger
committed
docu
1 parent 930fa08 commit 3c57f8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/aika/corpus/Document.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ public void notifyWeightsModified(INeuron n, Collection<Synapse> inputSynapses)
183183

184184

185185
/**
186-
* Applies the weight and bias delta values and reflects the changes to the synapse weights in the logic node structure.
186+
* Updates the model after the training step.
187+
* It applies the weight and bias delta values and reflects the changes to the synapse weights in the logic node structure.
187188
*/
188189
public void commit() {
189190
modifiedWeights.forEach((n, inputSyns) -> Converter.convert(model, threadId, n, inputSyns));

0 commit comments

Comments
 (0)