The Encog Project

Constant Field Values


Contents
org.encog.*

org.encog.Encog
public static final java.lang.String ENCOG_FILE_VERSION "encog.file.version"
public static final java.lang.String ENCOG_VERSION "encog.version"

org.encog.bot.html.FormUtility
public static final int BUFFER_SIZE 8192
public static final java.lang.String ENCODE "UTF-8"
public static final int RANDOM_LENGTH 36

org.encog.bot.html.ParseHTML
public static final char BULL 149
public static final char CR 13
public static final char LF 10
public static final int MAX_NAME_LENGTH 1000
public static final char TRADE 129

org.encog.bot.html.PeekableInputStream
public static final int INITIAL_DEPTH 10

org.encog.bot.html.URLUtility
public static final java.lang.String INDEX_FILE "index.html"
public static final int SPECIAL_CHAR_LIMIT 255

org.encog.bot.spider.Spider
public static final int MILISECONDS2MINUTES 60000
public static final int WAIT4WORK 60

org.encog.bot.spider.SpiderOptions
public static final int DEFAULT_CORE_POOL_SIZE 100
public static final int DEFAULT_KEEP_ALIVE 60
public static final int DEFAULT_MAX_DEPTH -1
public static final int DEFAULT_MIN_POOL_SIZE 100
public static final int DEFAULT_TIMEOUT 60000
public static final java.lang.String STARTUP_CLEAR "CLEAR"
public static final java.lang.String STARTUP_RESUME "RESUME"

org.encog.bot.spider.filter.RobotsFilter
public static final int MAXLINE 80

org.encog.bot.spider.workload.memory.MemoryWorkloadManager
public static final int WAIT_FOR_WORK 5

org.encog.bot.spider.workload.sql.SQLWorkloadManager
public static final int HASH_MASK 65535

org.encog.bot.spider.workload.sql.Status
public static final java.lang.String STATUS_DONE "D"
public static final java.lang.String STATUS_ERROR "E"
public static final java.lang.String STATUS_IGNORE "I"
public static final java.lang.String STATUS_PROCESSING "P"
public static final java.lang.String STATUS_WAITING "W"

org.encog.matrix.Matrix
public static final int DEFAULT_PRECISION 10

org.encog.neural.data.csv.CSVNeuralDataSet
public static final java.lang.String ADD_NOT_SUPPORTED "Adds are not supported with this dataset, it is read only."

org.encog.neural.data.image.ImageNeuralDataSet
public static final java.lang.String MUST_USE_IMAGE "This data set only supports ImageNeuralData or Image objects."

org.encog.neural.data.sql.SQLNeuralDataSet
public static final java.lang.String ADD_NOT_SUPPORTED "Adds are not supported with this dataset, it is read only."
public static final java.lang.String REMOVE_NOT_SUPPORTED "Removes are not supported with this dataset, it is read only."

org.encog.neural.data.temporal.TemporalNeuralDataSet
public static final java.lang.String ADD_NOT_SUPPORTED "Direct adds to the temporal dataset are not supported. Add TemporalPoint objects and call generate."

org.encog.neural.data.xml.XMLNeuralDataSet
public static final java.lang.String ADD_NOT_SUPPORTED "Adds are not supported with this dataset, it is read only."

org.encog.neural.networks.layers.SOMLayer
public static final double VERYSMALL 1.0E-30

org.encog.neural.networks.training.anneal.NeuralSimulatedAnnealing
public static final double CUT 0.5

org.encog.neural.networks.training.som.TrainSelfOrganizingMap
public static final double DEFAULT_REDUCTION 0.99
public static final double MIN_LEARNRATE_FOR_REDUCTION 0.01

org.encog.neural.persist.persistors.SOMLayerPersistor
public static final java.lang.String NORM_TYPE_MULTIPLICATIVE "MULTIPLICATIVE"
public static final java.lang.String NORM_TYPE_Z_AXIS "Z_AXIS"

org.encog.neural.prune.Prune
public static final int MAX_TRY 1000
public static final double ONE_PERCENT 0.01

org.encog.solve.genetic.GeneticAlgorithm<GENE_TYPE>
public static final int TIMEOUT 120

org.encog.util.BoundNumbers
public static final double TOO_BIG 1.0E20
public static final double TOO_SMALL -1.0E20


The Encog Project