Examples of InformationField


Examples of org.encog.workbench.dialogs.common.InformationField

    addProperty(this.parentDirectory = new FolderField("folder",
        "Parent Folder", true));
    addProperty(this.projectFilename = new TextField("name",
        "Project Name", true));
    addProperty(new InformationField(
        4,
        "Encog projects are typically placed in a project folder.  Choose the parent folder, and a name for your project.  A subfolder with the same name as your project will be created.  Your Encog project file will be placed in this folder, along with any training sets you create."));
    render();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.