org.encog.EncogError: Must have at least one output for feedforward.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by Parth Trivedi
, 1 year agoorg.encog.EncogError: Must have at least one output for feedforward.
at org.encog.ml.factory.method.FeedforwardFactory.create(FeedforwardFactory.java:70)
at org.encog.plugin.system.SystemMethodsPlugin.createMethod(SystemMethodsPlugin.java:133)
at org.encog.ml.factory.MLMethodFactory.create(MLMethodFactory.java:104)
at org.encog.ml.model.EncogModel.createMethod(EncogModel.java:366)
at org.encog.ml.model.EncogModel.fitFold(EncogModel.java:190)
at org.encog.ml.model.EncogModel.crossvalidate(EncogModel.java:285)
at org.encog.examples.guide.classification.Classification.run(roadClassification.java:126)
at org.encog.examples.guide.classification.Classification.main(roadClassification.java:188)