Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.encog
,
org.encog.app.analyst
,
org.encog.app.analyst.analyze
,
org.encog.app.analyst.commands
,
org.encog.app.analyst.csv
,
org.encog.app.analyst.csv.balance
,
org.encog.app.analyst.csv.basic
,
org.encog.app.analyst.csv.filter
,
org.encog.app.analyst.csv.normalize
,
org.encog.app.analyst.csv.segregate
,
org.encog.app.analyst.csv.shuffle
,
org.encog.app.analyst.csv.sort
,
org.encog.app.analyst.report
,
org.encog.app.analyst.script
,
org.encog.app.analyst.script.normalize
,
org.encog.app.analyst.script.prop
,
org.encog.app.analyst.script.segregate
,
org.encog.app.analyst.script.task
,
org.encog.app.analyst.util
,
org.encog.app.analyst.wizard
,
org.encog.app.quant
,
org.encog.app.quant.indicators
,
org.encog.app.quant.indicators.predictive
,
org.encog.app.quant.loader
,
org.encog.app.quant.loader.yahoo
,
org.encog.app.quant.ninja
,
org.encog.app.quant.util
,
org.encog.bot
,
org.encog.bot.browse
,
org.encog.bot.browse.range
,
org.encog.bot.dataunit
,
org.encog.bot.rss
,
org.encog.engine.network.activation
,
org.encog.mathutil
,
org.encog.mathutil.error
,
org.encog.mathutil.libsvm
,
org.encog.mathutil.matrices
,
org.encog.mathutil.matrices.decomposition
,
org.encog.mathutil.randomize
,
org.encog.mathutil.rbf
,
org.encog.ml
,
org.encog.ml.anneal
,
org.encog.ml.data
,
org.encog.ml.data.basic
,
org.encog.ml.data.buffer
,
org.encog.ml.data.buffer.codec
,
org.encog.ml.data.folded
,
org.encog.ml.data.image
,
org.encog.ml.data.specific
,
org.encog.ml.factory
,
org.encog.ml.factory.method
,
org.encog.ml.factory.parse
,
org.encog.ml.factory.train
,
org.encog.ml.genetic
,
org.encog.ml.genetic.crossover
,
org.encog.ml.genetic.genes
,
org.encog.ml.genetic.genome
,
org.encog.ml.genetic.innovation
,
org.encog.ml.genetic.mutate
,
org.encog.ml.genetic.population
,
org.encog.ml.genetic.selection
,
org.encog.ml.genetic.species
,
org.encog.ml.kmeans
,
org.encog.ml.svm
,
org.encog.ml.svm.training
,
org.encog.ml.train
,
org.encog.ml.train.strategy
,
org.encog.ml.train.strategy.end
,
org.encog.neural
,
org.encog.neural.art
,
org.encog.neural.bam
,
org.encog.neural.cpn
,
org.encog.neural.cpn.training
,
org.encog.neural.data
,
org.encog.neural.data.basic
,
org.encog.neural.flat
,
org.encog.neural.flat.train
,
org.encog.neural.flat.train.gradient
,
org.encog.neural.flat.train.prop
,
org.encog.neural.neat
,
org.encog.neural.neat.training
,
org.encog.neural.networks
,
org.encog.neural.networks.layers
,
org.encog.neural.networks.structure
,
org.encog.neural.networks.training
,
org.encog.neural.networks.training.anneal
,
org.encog.neural.networks.training.concurrent
,
org.encog.neural.networks.training.concurrent.jobs
,
org.encog.neural.networks.training.concurrent.performers
,
org.encog.neural.networks.training.cross
,
org.encog.neural.networks.training.genetic
,
org.encog.neural.networks.training.lma
,
org.encog.neural.networks.training.pnn
,
org.encog.neural.networks.training.propagation
,
org.encog.neural.networks.training.propagation.back
,
org.encog.neural.networks.training.propagation.manhattan
,
org.encog.neural.networks.training.propagation.resilient
,
org.encog.neural.networks.training.propagation.scg
,
org.encog.neural.networks.training.simple
,
org.encog.neural.networks.training.strategy
,
org.encog.neural.pattern
,
org.encog.neural.pnn
,
org.encog.neural.prune
,
org.encog.neural.rbf
,
org.encog.neural.rbf.training
,
org.encog.neural.som
,
org.encog.neural.som.training
,
org.encog.neural.som.training.basic
,
org.encog.neural.som.training.basic.neighborhood
,
org.encog.neural.som.training.clustercopy
,
org.encog.neural.thermal
,
org.encog.parse
,
org.encog.parse.tags
,
org.encog.parse.tags.read
,
org.encog.parse.tags.write
,
org.encog.persist
,
org.encog.plugin
,
org.encog.util
,
org.encog.util.arrayutil
,
org.encog.util.benchmark
,
org.encog.util.concurrency
,
org.encog.util.concurrency.job
,
org.encog.util.csv
,
org.encog.util.downsample
,
org.encog.util.error
,
org.encog.util.file
,
org.encog.util.http
,
org.encog.util.identity
,
org.encog.util.logging
,
org.encog.util.obj
,
org.encog.util.simple
,
org.encog.util.time
,
org.encog.util.validate
Class Hierarchy
java.lang.
Object
org.encog.engine.network.activation.
ActivationBiPolar
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationCompetitive
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationGaussian
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationLinear
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationLOG
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationRamp
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationSigmoid
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationSIN
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationSoftMax
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationStep
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.engine.network.activation.
ActivationTANH
(implements org.encog.engine.network.activation.
ActivationFunction
)
org.encog.neural.pattern.
ADALINEPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.bot.browse.
Address
org.encog.app.analyst.script.
AnalystClassItem
(implements java.lang.
Comparable
<T>)
org.encog.app.analyst.script.normalize.
AnalystField
org.encog.app.analyst.script.normalize.
AnalystNormalize
org.encog.app.analyst.report.
AnalystReport
org.encog.app.analyst.util.
AnalystReportBridge
(implements org.encog.
StatusReportable
)
org.encog.app.analyst.script.
AnalystScript
org.encog.app.analyst.script.segregate.
AnalystSegregate
org.encog.app.analyst.script.segregate.
AnalystSegregateTarget
org.encog.app.analyst.script.task.
AnalystTask
org.encog.app.analyst.wizard.
AnalystWizard
org.encog.neural.networks.structure.
AnalyzeNetwork
org.encog.ml.factory.train.
AnnealFactory
org.encog.ml.factory.parse.
ArchitectureLayer
org.encog.ml.factory.parse.
ArchitectureParse
org.encog.ml.data.buffer.codec.
ArrayDataCODEC
(implements org.encog.ml.data.buffer.codec.
DataSetCODEC
)
org.encog.neural.pattern.
ART1Pattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.ml.factory.train.
BackPropFactory
org.encog.neural.pattern.
BAMPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.app.quant.util.
BarBuffer
org.encog.app.analyst.csv.basic.
BaseCachedColumn
org.encog.app.analyst.csv.basic.
FileData
org.encog.app.quant.indicators.
Indicator
org.encog.app.quant.indicators.predictive.
BestClose
org.encog.app.quant.indicators.predictive.
BestReturn
org.encog.app.quant.indicators.
MovingAverage
org.encog.app.analyst.csv.basic.
BasicFile
(implements org.encog.app.quant.
QuantTask
)
org.encog.app.analyst.csv.
AnalystClusterCSV
org.encog.app.analyst.csv.
AnalystEvaluateCSV
org.encog.app.analyst.csv.
AnalystEvaluateRawCSV
org.encog.app.analyst.csv.normalize.
AnalystNormalizeCSV
org.encog.app.analyst.csv.balance.
BalanceCSV
org.encog.app.analyst.csv.basic.
BasicCachedFile
org.encog.app.quant.ninja.
NinjaFileConvert
org.encog.app.quant.indicators.
ProcessIndicators
org.encog.app.analyst.csv.filter.
FilterCSV
org.encog.app.analyst.csv.segregate.
SegregateCSV
org.encog.app.analyst.csv.shuffle.
ShuffleCSV
org.encog.app.analyst.csv.sort.
SortCSV
org.encog.ml.genetic.genes.
BasicGene
(implements org.encog.ml.genetic.genes.
Gene
, java.io.
Serializable
)
org.encog.ml.genetic.genes.
CharGene
org.encog.ml.genetic.genes.
DoubleGene
org.encog.ml.genetic.genes.
IntegerGene
org.encog.neural.neat.training.
NEATLinkGene
(implements java.io.
Serializable
)
org.encog.neural.neat.training.
NEATNeuronGene
(implements java.io.
Serializable
)
org.encog.util.identity.
BasicGenerateID
(implements org.encog.util.identity.
GenerateID
, java.io.
Serializable
)
org.encog.ml.genetic.genome.
BasicGenome
(implements org.encog.ml.genetic.genome.
Genome
, java.io.
Serializable
)
org.encog.neural.neat.training.
NEATGenome
(implements java.lang.
Cloneable
, java.io.
Serializable
)
org.encog.neural.networks.training.genetic.
NeuralGenome
org.encog.ml.genetic.innovation.
BasicInnovation
(implements org.encog.ml.genetic.innovation.
Innovation
)
org.encog.neural.neat.training.
NEATInnovation
(implements java.io.
Serializable
)
org.encog.ml.genetic.innovation.
BasicInnovationList
(implements org.encog.ml.genetic.innovation.
InnovationList
, java.io.
Serializable
)
org.encog.neural.neat.training.
NEATInnovationList
(implements java.io.
Serializable
)
org.encog.ml.
BasicML
(implements org.encog.ml.
MLMethod
, org.encog.ml.
MLProperties
, java.io.
Serializable
)
org.encog.neural.pnn.
AbstractPNN
org.encog.neural.pnn.
BasicPNN
(implements org.encog.ml.
MLRegression
)
org.encog.neural.art.
ART
org.encog.neural.art.
ART1
(implements org.encog.ml.
MLClassification
, org.encog.ml.
MLResettable
)
org.encog.neural.bam.
BAM
org.encog.neural.networks.
BasicNetwork
(implements org.encog.neural.networks.
ContainsFlat
, org.encog.ml.
MLClassification
, org.encog.ml.
MLContext
, org.encog.ml.
MLEncodable
, org.encog.ml.
MLError
, org.encog.ml.
MLRegression
, org.encog.ml.
MLResettable
)
org.encog.neural.cpn.
CPN
(implements org.encog.ml.
MLError
, org.encog.ml.
MLRegression
, org.encog.ml.
MLResettable
)
org.encog.neural.neat.
NEATNetwork
(implements org.encog.ml.
MLContext
, org.encog.ml.
MLError
, org.encog.ml.
MLRegression
)
org.encog.neural.rbf.
RBFNetwork
(implements org.encog.neural.networks.
ContainsFlat
, org.encog.ml.
MLError
, org.encog.ml.
MLRegression
)
org.encog.neural.som.
SOM
(implements org.encog.ml.
MLClassification
, org.encog.ml.
MLError
, org.encog.ml.
MLResettable
)
org.encog.ml.svm.
SVM
(implements org.encog.ml.
MLClassification
, org.encog.ml.
MLError
, org.encog.ml.
MLRegression
)
org.encog.neural.thermal.
ThermalNetwork
(implements org.encog.ml.
MLAutoAssocation
, org.encog.ml.
MLMethod
, org.encog.ml.
MLResettable
)
org.encog.neural.thermal.
BoltzmannMachine
org.encog.neural.thermal.
HopfieldNetwork
org.encog.ml.data.basic.
BasicMLData
(implements java.lang.
Cloneable
, org.encog.ml.data.
MLData
, java.io.
Serializable
)
org.encog.neural.data.basic.
BasicNeuralData
org.encog.ml.data.image.
ImageNeuralData
org.encog.ml.data.basic.
BasicMLDataPair
(implements org.encog.ml.data.
MLDataPair
, java.io.
Serializable
)
org.encog.neural.data.basic.
BasicNeuralDataPair
org.encog.app.analyst.csv.
ClusterRow
org.encog.ml.data.basic.
BasicMLDataSet
(implements org.encog.ml.data.
MLDataSet
, java.io.
Serializable
)
org.encog.neural.data.basic.
BasicNeuralDataSet
(implements org.encog.neural.data.
NeuralDataSet
)
org.encog.ml.data.specific.
CSVNeuralDataSet
org.encog.ml.data.image.
ImageNeuralDataSet
org.encog.ml.data.specific.
SQLNeuralDataSet
org.encog.ml.data.basic.
BasicMLDataSet.BasicMLIterator
(implements java.util.
Iterator
<E>)
org.encog.ml.genetic.population.
BasicPopulation
(implements org.encog.ml.genetic.population.
Population
)
org.encog.neural.neat.
NEATPopulation
(implements java.io.
Serializable
)
org.encog.mathutil.randomize.
BasicRandomizer
(implements org.encog.mathutil.randomize.
Randomizer
)
org.encog.mathutil.randomize.
ConsistentRandomizer
org.encog.mathutil.randomize.
ConstRandomizer
org.encog.mathutil.randomize.
Distort
org.encog.mathutil.randomize.
FanInRandomizer
org.encog.mathutil.randomize.
GaussianRandomizer
org.encog.mathutil.randomize.
RangeRandomizer
org.encog.mathutil.randomize.
NguyenWidrowRandomizer
(implements org.encog.mathutil.randomize.
Randomizer
)
org.encog.mathutil.rbf.
BasicRBF
(implements org.encog.mathutil.rbf.
RadialBasisFunction
)
org.encog.mathutil.rbf.
GaussianFunction
org.encog.mathutil.rbf.
InverseMultiquadricFunction
org.encog.mathutil.rbf.
MexicanHatFunction
org.encog.mathutil.rbf.
MultiquadricFunction
org.encog.ml.genetic.species.
BasicSpecies
(implements java.io.
Serializable
, org.encog.ml.genetic.species.
Species
)
org.encog.ml.train.
BasicTraining
(implements org.encog.ml.train.
MLTrain
)
org.encog.neural.som.training.basic.
BasicTrainSOM
(implements org.encog.neural.networks.training.
LearningRate
)
org.encog.neural.networks.training.cross.
CrossTraining
org.encog.neural.networks.training.cross.
CrossValidationKFold
org.encog.neural.networks.training.lma.
LevenbergMarquardtTraining
org.encog.neural.networks.training.genetic.
NeuralGeneticAlgorithm
org.encog.neural.networks.training.anneal.
NeuralSimulatedAnnealing
org.encog.neural.networks.training.propagation.
Propagation
(implements org.encog.neural.networks.training.
Train
)
org.encog.neural.networks.training.propagation.back.
Backpropagation
(implements org.encog.neural.networks.training.
LearningRate
, org.encog.neural.networks.training.
Momentum
)
org.encog.neural.networks.training.propagation.manhattan.
ManhattanPropagation
(implements org.encog.neural.networks.training.
LearningRate
)
org.encog.neural.networks.training.propagation.resilient.
ResilientPropagation
org.encog.neural.networks.training.propagation.scg.
ScaledConjugateGradient
org.encog.neural.som.training.clustercopy.
SOMClusterCopyTraining
org.encog.neural.rbf.training.
SVDTraining
org.encog.ml.svm.training.
SVMSearchTrain
org.encog.ml.svm.training.
SVMTrain
org.encog.neural.networks.training.simple.
TrainAdaline
(implements org.encog.neural.networks.training.
LearningRate
)
org.encog.neural.networks.training.pnn.
TrainBasicPNN
(implements org.encog.neural.networks.training.pnn.
CalculationCriteria
)
org.encog.neural.cpn.training.
TrainInstar
(implements org.encog.neural.networks.training.
LearningRate
)
org.encog.neural.cpn.training.
TrainOutstar
(implements org.encog.neural.networks.training.
LearningRate
)
org.encog.neural.som.training.basic.
BestMatchingUnit
org.encog.ml.data.buffer.
BinaryDataLoader
org.encog.ml.data.specific.
BiPolarNeuralData
(implements org.encog.ml.data.
MLData
, java.io.
Serializable
)
org.encog.mathutil.matrices.
BiPolarUtil
org.encog.neural.pattern.
BoltzmannPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.bot.
BotUtil
org.encog.mathutil.
BoundMath
org.encog.mathutil.
BoundNumbers
org.encog.bot.browse.
Browser
org.encog.ml.data.buffer.
BufferedDataSetIterator
(implements java.util.
Iterator
<E>)
org.encog.ml.data.buffer.
BufferedNeuralDataSet
(implements org.encog.ml.data.
MLDataSet
, java.io.
Serializable
)
org.encog.util.error.
CalculateRegressionError
org.encog.ml.kmeans.
Centroid
org.encog.mathutil.matrices.decomposition.
CholeskyDecomposition
org.encog.ml.genetic.genome.
Chromosome
(implements java.io.
Serializable
)
org.encog.util.arrayutil.
ClassItem
org.encog.ml.factory.train.
ClusterSOMFactory
org.encog.app.analyst.commands.
Cmd
org.encog.app.analyst.commands.
CmdBalance
org.encog.app.analyst.commands.
CmdCluster
org.encog.app.analyst.commands.
CmdCreate
org.encog.app.analyst.commands.
CmdEvaluate
org.encog.app.analyst.commands.
CmdEvaluateRaw
org.encog.app.analyst.commands.
CmdGenerate
org.encog.app.analyst.commands.
CmdNormalize
org.encog.app.analyst.commands.
CmdRandomize
org.encog.app.analyst.commands.
CmdReset
org.encog.app.analyst.commands.
CmdSegregate
org.encog.app.analyst.commands.
CmdSet
org.encog.app.analyst.commands.
CmdTrain
java.awt.
Component
(implements java.awt.image.
ImageObserver
, java.awt.
MenuContainer
, java.io.
Serializable
)
java.awt.
Container
java.awt.
Window
(implements javax.accessibility.
Accessible
)
java.awt.
Dialog
javax.swing.
JDialog
(implements javax.accessibility.
Accessible
, javax.swing.
RootPaneContainer
, javax.swing.
WindowConstants
)
org.encog.util.simple.
TrainingDialog
(implements java.awt.event.
ActionListener
)
org.encog.util.concurrency.job.
ConcurrentJob
org.encog.neural.prune.
PruneIncremental
org.encog.neural.networks.training.concurrent.
ConcurrentTrainingManager
(implements java.lang.
Runnable
)
org.encog.neural.networks.training.concurrent.performers.
ConcurrentTrainingPerformerCPU
(implements org.encog.neural.networks.training.concurrent.performers.
ConcurrentTrainingPerformer
, java.lang.
Runnable
)
org.encog.app.analyst.
ConsoleAnalystListener
(implements org.encog.app.analyst.
AnalystListener
)
org.encog.
ConsoleStatusReportable
(implements org.encog.
StatusReportable
)
org.encog.mathutil.
Convert
org.encog.app.analyst.util.
ConvertStringConst
org.encog.util.http.
CookieUtility
org.encog.neural.pattern.
CPNPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.ml.data.buffer.codec.
CSVDataCODEC
(implements org.encog.ml.data.buffer.codec.
DataSetCODEC
)
org.encog.util.csv.
CSVFormat
org.encog.app.analyst.util.
CSVHeaders
org.encog.app.analyst.script.
DataField
org.encog.app.analyst.analyze.
AnalyzedField
org.encog.bot.dataunit.
DataUnit
org.encog.bot.dataunit.
CodeDataUnit
org.encog.bot.dataunit.
TagDataUnit
org.encog.bot.dataunit.
TextDataUnit
org.encog.util.time.
DateUtil
org.encog.neural.networks.training.pnn.
DeriveMinimum
org.encog.util.concurrency.
DetermineWorkload
org.encog.util.file.
Directory
org.encog.bot.browse.range.
DocumentRange
org.encog.bot.browse.range.
Div
org.encog.bot.browse.range.
Form
org.encog.bot.browse.range.
FormElement
org.encog.bot.browse.range.
Input
org.encog.bot.browse.range.
Link
org.encog.bot.browse.range.
Span
org.encog.util.logging.
DumpMatrix
org.encog.mathutil.matrices.decomposition.
EigenvalueDecomposition
org.encog.neural.pattern.
ElmanPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.ml.svm.training.
EncodeSVMProblem
org.encog.
Encog
org.encog.app.analyst.
EncogAnalyst
org.encog.util.benchmark.
EncogBenchmark
org.encog.persist.
EncogDirectoryPersistence
org.encog.ml.data.buffer.
EncogEGBFile
org.encog.persist.
EncogFileSection
org.encog.util.logging.
EncogLogging
org.encog.mathutil.
EncogMath
org.encog.persist.
EncogReadHelper
org.encog.util.simple.
EncogUtility
org.encog.util.
EncogValidate
org.encog.persist.
EncogWriteHelper
org.encog.ml.train.strategy.end.
EndIterationsStrategy
(implements org.encog.ml.train.strategy.end.
EndTrainingStrategy
)
org.encog.ml.train.strategy.end.
EndMaxErrorStrategy
(implements org.encog.ml.train.strategy.end.
EndTrainingStrategy
)
org.encog.ml.train.strategy.end.
EndMinutesStrategy
(implements org.encog.ml.train.strategy.end.
EndTrainingStrategy
)
org.encog.util.
EngineArray
org.encog.util.concurrency.
EngineConcurrency
org.encog.util.time.
EnglishTimeUnitNames
(implements org.encog.util.time.
TimeUnitNames
)
org.encog.mathutil.
Equilateral
org.encog.mathutil.error.
ErrorCalculation
org.encog.util.benchmark.
Evaluate
org.encog.ml.data.buffer.codec.
ExcelCODEC
(implements org.encog.ml.data.buffer.codec.
DataSetCODEC
)
org.encog.app.analyst.csv.filter.
ExcludedField
org.encog.ml.factory.method.
FeedforwardFactory
org.encog.neural.pattern.
FeedForwardPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.util.file.
FileUtil
org.encog.neural.flat.
FlatLayer
org.encog.neural.networks.layers.
BasicLayer
(implements org.encog.neural.networks.layers.
Layer
, java.io.
Serializable
)
org.encog.neural.flat.
FlatNetwork
(implements java.io.
Serializable
)
org.encog.neural.flat.
FlatNetworkRBF
(implements java.io.
Serializable
)
org.encog.ml.data.folded.
FoldedDataSet
(implements org.encog.ml.data.
MLDataSet
)
org.encog.ml.data.folded.
FoldedIterator
(implements java.util.
Iterator
<E>)
org.encog.util.
Format
java.util.logging.
Formatter
org.encog.util.logging.
EncogFormatter
org.encog.util.http.
FormUtility
org.encog.ml.genetic.
GeneticAlgorithm
org.encog.ml.genetic.
BasicGeneticAlgorithm
org.encog.neural.networks.training.genetic.
NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper
org.encog.neural.neat.training.
NEATTraining
(implements org.encog.ml.train.
MLTrain
)
org.encog.ml.factory.train.
GeneticFactory
org.encog.neural.networks.training.genetic.
GeneticScoreAdapter
(implements org.encog.ml.genetic.genome.
CalculateGenomeScore
)
org.encog.ml.genetic.genome.
GenomeComparator
(implements java.util.
Comparator
<T>)
org.encog.neural.networks.training.pnn.
GlobalMinimumSearch
org.encog.neural.flat.train.gradient.
GradientWorkerCPU
(implements org.encog.neural.flat.train.gradient.
FlatGradientWorker
)
org.encog.ml.train.strategy.
Greedy
(implements org.encog.ml.train.strategy.
Strategy
)
org.encog.neural.prune.
HiddenLayerParams
org.encog.neural.pattern.
HopfieldPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.util.
HTMLReport
org.encog.ml.train.strategy.
HybridStrategy
(implements org.encog.ml.train.strategy.
Strategy
)
org.encog.util.
ImageSize
(implements java.awt.image.
ImageObserver
)
java.io.
InputStream
(implements java.io.
Closeable
)
org.encog.parse.
PeekableInputStream
org.encog.mathutil.
IntRange
org.encog.neural.networks.training.lma.
JacobianChainRule
(implements org.encog.neural.networks.training.lma.
ComputeJacobian
)
org.encog.util.concurrency.job.
JobUnitContext
org.encog.util.concurrency.job.
JobUnitWorker
(implements org.encog.util.concurrency.
EngineTask
)
org.encog.neural.pattern.
JordanPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.ml.kmeans.
KMeansCluster
(implements org.encog.ml.
MLCluster
)
org.encog.ml.kmeans.
KMeansClustering
(implements org.encog.ml.
MLClustering
)
org.encog.mathutil.
LinearCongruentialGenerator
org.encog.ml.factory.train.
LMAFactory
org.encog.app.analyst.csv.basic.
LoadedRow
org.encog.bot.browse.
LoadWebPage
org.encog.util.logging.
Logging
org.encog.mathutil.matrices.decomposition.
LUDecomposition
org.encog.ml.factory.train.
ManhattanFactory
org.encog.ml.genetic.
MateWorker
(implements org.encog.util.concurrency.
EngineTask
)
org.encog.mathutil.
MathConst
org.encog.mathutil.matrices.
Matrix
(implements java.lang.
Cloneable
, java.io.
Serializable
)
org.encog.mathutil.matrices.
MatrixMath
org.encog.ml.data.buffer.
MemoryDataLoader
org.encog.ml.factory.
MLMethodFactory
org.encog.ml.factory.
MLTrainFactory
org.encog.ml.genetic.mutate.
MutatePerturb
(implements org.encog.ml.genetic.mutate.
Mutate
)
org.encog.ml.genetic.mutate.
MutateShuffle
(implements org.encog.ml.genetic.mutate.
Mutate
)
org.encog.neural.neat.
NEATLink
(implements java.io.
Serializable
)
org.encog.neural.neat.
NEATNeuron
(implements java.io.
Serializable
)
org.encog.neural.som.training.basic.neighborhood.
NeighborhoodBubble
(implements org.encog.neural.som.training.basic.neighborhood.
NeighborhoodFunction
)
org.encog.neural.som.training.basic.neighborhood.
NeighborhoodRBF
(implements org.encog.neural.som.training.basic.neighborhood.
NeighborhoodFunction
)
org.encog.neural.som.training.basic.neighborhood.
NeighborhoodRBF1D
(implements org.encog.neural.som.training.basic.neighborhood.
NeighborhoodFunction
)
org.encog.neural.som.training.basic.neighborhood.
NeighborhoodSingle
(implements org.encog.neural.som.training.basic.neighborhood.
NeighborhoodFunction
)
org.encog.ml.factory.train.
NeighborhoodSOMFactory
org.encog.neural.networks.structure.
NetworkCODEC
org.encog.neural.networks.training.cross.
NetworkFold
org.encog.neural.networks.
NeuralDataMapping
org.encog.ml.data.buffer.codec.
NeuralDataSetCODEC
(implements org.encog.ml.data.buffer.codec.
DataSetCODEC
)
org.encog.neural.networks.structure.
NeuralStructure
(implements java.io.
Serializable
)
org.encog.app.quant.ninja.
NinjaStreamWriter
org.encog.util.arrayutil.
NormalizeArray
org.encog.util.arrayutil.
NormalizedField
org.encog.
NullStatusReportable
(implements org.encog.
StatusReportable
)
org.encog.util.csv.
NumberList
org.encog.util.time.
NumericDateUtil
org.encog.mathutil.
NumericRange
org.encog.util.obj.
ObjectCloner
org.encog.util.
ObjectPair
<A,B>
org.encog.util.
ParamsHolder
org.encog.app.analyst.analyze.
PerformAnalysis
org.encog.neural.networks.training.concurrent.performers.
PerformerTask
(implements org.encog.util.concurrency.
EngineTask
)
org.encog.neural.art.
PersistART1
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.bam.
PersistBAM
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.networks.
PersistBasicNetwork
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.pnn.
PersistBasicPNN
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.thermal.
PersistBoltzmann
(implements org.encog.persist.
EncogPersistor
)
org.encog.persist.
PersistConst
org.encog.neural.cpn.
PersistCPN
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.thermal.
PersistHopfield
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.neat.
PersistNEATNetwork
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.neat.
PersistNEATPopulation
(implements org.encog.persist.
EncogPersistor
)
org.encog.persist.
PersistorRegistry
org.encog.neural.rbf.
PersistRBFNetwork
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.som.
PersistSOM
(implements org.encog.persist.
EncogPersistor
)
org.encog.ml.svm.
PersistSVM
(implements org.encog.persist.
EncogPersistor
)
org.encog.neural.networks.training.propagation.
PersistTrainingContinuation
(implements org.encog.persist.
EncogPersistor
)
org.encog.ml.factory.method.
PNNFactory
org.encog.neural.pattern.
PNNPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.ml.factory.train.
PNNTrainFactory
org.encog.util.concurrency.
PoolItem
(implements java.lang.
Runnable
)
org.encog.app.analyst.script.prop.
PropertyConstraints
org.encog.app.analyst.script.prop.
PropertyEntry
(implements java.lang.
Comparable
<T>)
org.encog.neural.prune.
PruneSelective
org.encog.mathutil.matrices.decomposition.
QRDecomposition
org.encog.neural.pattern.
RadialBasisPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.util.benchmark.
RandomTrainingFactory
org.encog.ml.factory.method.
RBFNetworkFactory
org.encog.ml.factory.train.
RBFSVDFactory
org.encog.util.csv.
ReadCSV
org.encog.parse.tags.read.
ReadTags
org.encog.parse.tags.read.
ReadHTML
org.encog.parse.tags.read.
ReadXML
org.encog.util.obj.
ReflectionUtil
org.encog.ml.train.strategy.
RequiredImprovementStrategy
(implements org.encog.ml.train.strategy.
Strategy
)
org.encog.ml.train.strategy.
ResetStrategy
(implements org.encog.ml.train.strategy.
Strategy
)
org.encog.util.file.
ResourceInputStream
org.encog.util.
ResourceLoader
org.encog.util.downsample.
RGBDownsample
(implements org.encog.util.downsample.
Downsample
)
org.encog.util.downsample.
SimpleIntensityDownsample
org.encog.app.analyst.csv.sort.
RowComparator
(implements java.util.
Comparator
<T>)
org.encog.neural.flat.train.prop.
RPROPConst
org.encog.ml.factory.train.
RPROPFactory
org.encog.bot.rss.
RSS
org.encog.bot.rss.
RSSItem
org.encog.ml.factory.train.
SCGFactory
org.encog.app.analyst.script.
ScriptLoad
org.encog.app.analyst.script.prop.
ScriptProperties
org.encog.app.analyst.script.
ScriptSave
org.encog.app.analyst.csv.segregate.
SegregateTargetPercent
org.encog.util.obj.
SerializeObject
org.encog.util.
SimpleParser
org.encog.ml.anneal.
SimulatedAnnealing
<UNIT_TYPE>
org.encog.neural.networks.training.anneal.
NeuralSimulatedAnnealingHelper
org.encog.mathutil.matrices.decomposition.
SingularValueDecomposition
org.encog.neural.networks.training.strategy.
SmartLearningRate
(implements org.encog.ml.train.strategy.
Strategy
)
org.encog.neural.networks.training.strategy.
SmartMomentum
(implements org.encog.ml.train.strategy.
Strategy
)
org.encog.ml.factory.method.
SOMFactory
org.encog.neural.pattern.
SOMPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.app.analyst.csv.sort.
SortedField
org.encog.ml.genetic.crossover.
Splice
(implements org.encog.ml.genetic.crossover.
Crossover
)
org.encog.ml.genetic.crossover.
SpliceNoRepeat
(implements org.encog.ml.genetic.crossover.
Crossover
)
org.encog.ml.data.buffer.codec.
SQLCODEC
(implements org.encog.ml.data.buffer.codec.
DataSetCODEC
)
org.encog.ml.factory.method.
SRNFactory
org.encog.ml.train.strategy.
StopTrainingStrategy
(implements org.encog.ml.train.strategy.end.
EndTrainingStrategy
)
org.encog.util.
Stopwatch
org.encog.neural.rbf.training.
SVD
org.encog.mathutil.libsvm.
svm
org.encog.mathutil.libsvm.
svm_model
(implements java.io.
Serializable
)
org.encog.mathutil.libsvm.
svm_node
(implements java.io.
Serializable
)
org.encog.mathutil.libsvm.
svm_parameter
(implements java.lang.
Cloneable
, java.io.
Serializable
)
org.encog.mathutil.libsvm.
svm_problem
(implements java.io.
Serializable
)
org.encog.ml.factory.method.
SVMFactory
org.encog.ml.factory.train.
SVMFactory
org.encog.neural.pattern.
SVMPattern
(implements org.encog.neural.pattern.
NeuralNetworkPattern
)
org.encog.ml.factory.train.
SVMSearchFactory
org.encog.parse.tags.
Tag
org.encog.parse.tags.
TagConst
org.encog.util.concurrency.
TaskGroup
org.encog.util.arrayutil.
TemporalWindowArray
org.encog.util.arrayutil.
TemporalWindowField
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.encog.
EncogError
org.encog.app.analyst.
AnalystError
org.encog.bot.
BotError
org.encog.bot.browse.
BrowseError
org.encog.ml.data.buffer.
BufferedDataError
org.encog.util.csv.
CSVError
org.encog.mathutil.
EncogMathError
org.encog.ml.genetic.
GeneticError
org.encog.mathutil.matrices.
MatrixError
org.encog.neural.
NeuralNetworkError
org.encog.neural.pattern.
PatternError
org.encog.neural.networks.training.
TrainingError
org.encog.parse.
ParseError
org.encog.persist.
PersistError
org.encog.app.quant.
QuantError
org.encog.app.quant.loader.
LoaderError
org.encog.ml.data.
MLlDataError
org.encog.app.analyst.csv.
TimeSeriesUtil
org.encog.util.time.
TimeSpan
org.encog.neural.flat.train.prop.
TrainFlatNetworkProp
(implements org.encog.neural.flat.train.
TrainFlatNetwork
)
org.encog.neural.flat.train.prop.
TrainFlatNetworkBackPropagation
org.encog.neural.flat.train.prop.
TrainFlatNetworkManhattan
org.encog.neural.flat.train.prop.
TrainFlatNetworkResilient
org.encog.neural.flat.train.prop.
TrainFlatNetworkSCG
org.encog.neural.networks.training.propagation.
TrainingContinuation
org.encog.neural.networks.training.concurrent.jobs.
TrainingJob
org.encog.neural.networks.training.concurrent.jobs.
BPROPJob
org.encog.neural.networks.training.concurrent.jobs.
RPROPJob
org.encog.neural.networks.training.
TrainingSetScore
(implements org.encog.neural.networks.training.
CalculateScore
)
org.encog.util.simple.
TrainingSetUtil
org.encog.ml.genetic.selection.
TruncateSelection
org.encog.util.http.
URLUtility
org.encog.util.validate.
ValidateNetwork
org.encog.bot.browse.
WebPage
org.encog.parse.tags.write.
WriteTags
org.encog.parse.tags.write.
WriteXML
org.encog.app.quant.loader.yahoo.
YahooDownload
(implements org.encog.app.quant.loader.
MarketLoader
, org.encog.app.quant.
QuantTask
)
org.encog.util.
YahooSearch
Interface Hierarchy
org.encog.app.analyst.
AnalystListener
org.encog.ml.genetic.genome.
CalculateGenomeScore
org.encog.neural.networks.training.
CalculateScore
org.encog.neural.networks.training.pnn.
CalculationCriteria
java.lang.
Cloneable
org.encog.engine.network.activation.
ActivationFunction
(also extends java.io.
Serializable
)
org.encog.ml.data.
MLData
org.encog.neural.data.
NeuralData
org.encog.neural.data.
NeuralData
java.lang.
Comparable
<T>
org.encog.ml.genetic.genes.
Gene
org.encog.ml.genetic.genome.
Genome
org.encog.neural.networks.training.lma.
ComputeJacobian
org.encog.ml.genetic.crossover.
Crossover
org.encog.ml.data.buffer.codec.
DataSetCODEC
org.encog.util.downsample.
Downsample
org.encog.persist.
EncogPersistor
org.encog.plugin.
EncogPluginBase
org.encog.util.concurrency.
EngineTask
org.encog.neural.flat.train.gradient.
FlatGradientWorker
org.encog.util.identity.
GenerateID
org.encog.ml.genetic.innovation.
Innovation
org.encog.ml.genetic.innovation.
InnovationList
java.lang.
Iterable
<T>
org.encog.ml.data.
MLDataSet
org.encog.neural.data.
NeuralDataSet
org.encog.neural.data.
NeuralDataSet
org.encog.neural.networks.layers.
Layer
org.encog.neural.networks.training.
LearningRate
org.encog.ml.
MLCluster
org.encog.ml.data.
MLDataPair
org.encog.neural.data.
NeuralDataPair
org.encog.ml.
MLMethod
org.encog.neural.networks.
ContainsFlat
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLClassification
org.encog.ml.
MLClustering
org.encog.ml.
MLContext
org.encog.ml.
MLEncodable
org.encog.ml.
MLError
org.encog.ml.
MLInput
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLClassification
org.encog.ml.
MLInputOutput
(also extends org.encog.ml.
MLOutput
)
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLClassification
org.encog.ml.
MLRegression
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLRegression
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLInputOutput
(also extends org.encog.ml.
MLInput
, org.encog.ml.
MLOutput
)
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLClassification
org.encog.ml.
MLRegression
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLOutput
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLClassification
org.encog.ml.
MLInputOutput
(also extends org.encog.ml.
MLInput
)
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLClassification
org.encog.ml.
MLRegression
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLRegression
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLProperties
org.encog.ml.
MLRegression
org.encog.ml.
MLAutoAssocation
org.encog.ml.
MLResettable
org.encog.ml.train.
MLTrain
org.encog.neural.networks.training.
Train
org.encog.neural.networks.training.
Momentum
org.encog.ml.genetic.mutate.
Mutate
org.encog.neural.som.training.basic.neighborhood.
NeighborhoodFunction
org.encog.neural.pattern.
NeuralNetworkPattern
org.encog.ml.genetic.selection.
ParentSelection
org.encog.app.quant.
QuantTask
org.encog.app.quant.loader.
MarketLoader
org.encog.mathutil.randomize.
Randomizer
java.lang.
Runnable
org.encog.neural.networks.training.concurrent.performers.
ConcurrentTrainingPerformer
java.io.
Serializable
org.encog.engine.network.activation.
ActivationFunction
(also extends java.lang.
Cloneable
)
org.encog.ml.genetic.population.
Population
org.encog.mathutil.rbf.
RadialBasisFunction
org.encog.ml.genetic.species.
Species
org.encog.
StatusReportable
org.encog.ml.train.strategy.
Strategy
org.encog.ml.train.strategy.end.
EndTrainingStrategy
org.encog.mathutil.libsvm.
svm_print_interface
org.encog.util.time.
TimeUnitNames
org.encog.neural.flat.train.
TrainFlatNetwork
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.encog.app.analyst.wizard.
NormalizeRange
org.encog.app.analyst.wizard.
WizardMethodType
org.encog.app.analyst.script.prop.
PropertyType
org.encog.app.analyst.
AnalystGoal
org.encog.app.analyst.
AnalystFileFormat
org.encog.app.analyst.csv.sort.
SortType
org.encog.bot.browse.range.
Form.Method
org.encog.neural.neat.training.
NEATInnovationType
org.encog.neural.neat.
NEATNeuronType
org.encog.neural.prune.
NetworkPattern
org.encog.neural.pnn.
PNNOutputMode
org.encog.neural.pnn.
PNNKernelType
org.encog.mathutil.error.
ErrorCalculationMode
org.encog.mathutil.rbf.
RBFEnum
org.encog.ml.svm.
KernelType
org.encog.ml.svm.
SVMType
org.encog.ml.
TrainingImplementationType
org.encog.parse.tags.
Tag.Type
org.encog.util.time.
TimeUnit
org.encog.util.arrayutil.
TemporalType
org.encog.util.arrayutil.
NormalizationAction
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.