org.joone.samples.engine.scripting
Class ScriptValidationSample
- java.lang.Object
-
- org.joone.samples.engine.scripting.ScriptValidationSample
-
public class ScriptValidationSample extends java.lang.ObjectThis example shows how to use the joone's scripting engine to to check the training level of the net using a validation data source. In this example we will learn to use the following objects: - org.joone.util.LearningSwitch - org.joone.util.MacroPlugin - org.joone.util.NormalizerPlugIn This program shows how to build the same neural net contained into the org/joone/samples/editor/scripting/ValidationSample.ser file using only java code and the core engine's API. Open that net in the GUI editor to see the architecture of the net built in this example.
-
-
Constructor Summary
Constructors Constructor and Description ScriptValidationSample()Creates a new instance of SampleScript
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG