Klasse Trainer
java.lang.Object
me.damoebe.architectures.mlp.test.Trainer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Trainer
public Trainer()
-
-
Methodendetails
-
train
public static void train(boolean showDiagram, @NotNull @NotNull List<FFNetwork> FFNetworks, @NotNull @NotNull Dataset dataset, int epochs, int spaceBetweenPoints) Main training method- Parameter:
showDiagram- whether a diagram should be shown or notFFNetworks- list of FFNetworks that should be traineddataset- A dataset object which is used to train the FFNetworksepochs- The amount of epochsspaceBetweenPoints- The space between each graphical point (only for diagram)
-