feat: add LabeledSequence record to pair Label with trainData
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package de.th_luebeck.ws25;
|
||||
|
||||
public record LabeledSequence(Label label, int[] trainData) {
|
||||
}
|
||||
Reference in New Issue
Block a user