|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EncogPersistedObject in org.encog.mathutil.matrices |
|---|
| Classes in org.encog.mathutil.matrices that implement EncogPersistedObject | |
|---|---|
class |
Matrix
This class implements a mathematical matrix. |
| Uses of EncogPersistedObject in org.encog.neural.data |
|---|
| Classes in org.encog.neural.data that implement EncogPersistedObject | |
|---|---|
class |
PropertyData
An Encog data object that can be used to hold property data. |
class |
TextData
An Encog object that can hold text data. |
| Uses of EncogPersistedObject in org.encog.neural.data.basic |
|---|
| Classes in org.encog.neural.data.basic that implement EncogPersistedObject | |
|---|---|
class |
BasicNeuralDataSet
neural data in an ArrayList. |
| Uses of EncogPersistedObject in org.encog.neural.data.buffer |
|---|
| Classes in org.encog.neural.data.buffer that implement EncogPersistedObject | |
|---|---|
class |
BufferedNeuralDataSet
This class is not memory based, so very long files can be used, without running out of memory. |
| Uses of EncogPersistedObject in org.encog.neural.data.image |
|---|
| Classes in org.encog.neural.data.image that implement EncogPersistedObject | |
|---|---|
class |
ImageNeuralDataSet
Store a collection of images for training with a neural network. |
| Uses of EncogPersistedObject in org.encog.neural.data.market |
|---|
| Classes in org.encog.neural.data.market that implement EncogPersistedObject | |
|---|---|
class |
MarketNeuralDataSet
A data set that is designed to hold market data. |
| Uses of EncogPersistedObject in org.encog.neural.data.temporal |
|---|
| Classes in org.encog.neural.data.temporal that implement EncogPersistedObject | |
|---|---|
class |
TemporalNeuralDataSet
This class implements a temporal neural data set. |
| Uses of EncogPersistedObject in org.encog.neural.networks |
|---|
| Subinterfaces of EncogPersistedObject in org.encog.neural.networks | |
|---|---|
interface |
Network
Interface that defines a neural network. |
| Classes in org.encog.neural.networks that implement EncogPersistedObject | |
|---|---|
class |
BasicNetwork
This class implements a neural network. |
| Uses of EncogPersistedObject in org.encog.neural.networks.layers |
|---|
| Subinterfaces of EncogPersistedObject in org.encog.neural.networks.layers | |
|---|---|
interface |
Layer
This interface defines all necessary methods for a neural network layer. |
| Classes in org.encog.neural.networks.layers that implement EncogPersistedObject | |
|---|---|
class |
BasicLayer
Basic functionality that most of the neural layers require. |
class |
ContextLayer
Implements a context layer. |
class |
RadialBasisFunctionLayer
This layer type makes use of several radial basis function to scale the output from this layer. |
| Uses of EncogPersistedObject in org.encog.neural.networks.svm |
|---|
| Classes in org.encog.neural.networks.svm that implement EncogPersistedObject | |
|---|---|
class |
SVMNetwork
This is a network that is backed by one or more Support Vector Machines (SVM). |
| Uses of EncogPersistedObject in org.encog.neural.networks.synapse |
|---|
| Subinterfaces of EncogPersistedObject in org.encog.neural.networks.synapse | |
|---|---|
interface |
Synapse
A synapse is the connection between two layers of a neural network. |
| Classes in org.encog.neural.networks.synapse that implement EncogPersistedObject | |
|---|---|
class |
BasicSynapse
An abstract class that implements basic functionality that may be needed by the other synapse classes. |
class |
DirectSynapse
A direct synapse will present the entire input array to each of the directly connected neurons in the next layer. |
class |
OneToOneSynapse
A one-to-one synapse requires that the from and to layers have exactly the same number of neurons. |
class |
WeightedSynapse
A fully-connected weight based synapse. |
class |
WeightlessSynapse
A fully connected synapse that simply sums all input to each neuron, no weights are applied. |
| Uses of EncogPersistedObject in org.encog.neural.networks.synapse.neat |
|---|
| Classes in org.encog.neural.networks.synapse.neat that implement EncogPersistedObject | |
|---|---|
class |
NEATSynapse
Implements a NEAT network as a synapse between two layers. |
| Uses of EncogPersistedObject in org.encog.neural.networks.training.propagation |
|---|
| Classes in org.encog.neural.networks.training.propagation that implement EncogPersistedObject | |
|---|---|
class |
TrainingContinuation
Allows training to be continued. |
| Uses of EncogPersistedObject in org.encog.normalize |
|---|
| Classes in org.encog.normalize that implement EncogPersistedObject | |
|---|---|
class |
DataNormalization
This class is used to normalize both input and ideal data for neural networks. |
| Uses of EncogPersistedObject in org.encog.persist |
|---|
| Classes in org.encog.persist that implement EncogPersistedObject | |
|---|---|
class |
BasicPersistedObject
A basic Encog persisted object. |
class |
BasicPersistedSubObject
Provides a basic implementation for an Encog persisted object that is not top level. |
| Methods in org.encog.persist that return EncogPersistedObject | |
|---|---|
EncogPersistedObject |
EncogPersistedCollection.find(DirectoryEntry d)
Find the specified object, using a DirectoryEntry. |
EncogPersistedObject |
EncogMemoryCollection.find(DirectoryEntry entry)
Find the object that corresponds to the specified directory entry, return null, if not found. |
EncogPersistedObject |
EncogCollection.find(DirectoryEntry entry)
Find the object that corresponds to the specified directory entry, return null, if not found. |
EncogPersistedObject |
EncogPersistedCollection.find(String name)
Called to search all Encog objects in this collection for one with a name that passes what was passed in. |
EncogPersistedObject |
EncogMemoryCollection.find(String key)
Find the object that corresponds to the specified key. |
EncogPersistedObject |
EncogCollection.find(String key)
Find the object that corresponds to the specified key. |
EncogPersistedObject |
Persistor.load(ReadXML in)
Load from the specified node. |
EncogPersistedObject |
PersistReader.readObject(String name)
Read the specific object, search through the objects until its found. |
| Methods in org.encog.persist that return types with arguments of type EncogPersistedObject | |
|---|---|
Map<String,EncogPersistedObject> |
EncogMemoryCollection.getContents()
|
| Methods in org.encog.persist with parameters of type EncogPersistedObject | |
|---|---|
void |
EncogPersistedCollection.add(String name,
EncogPersistedObject obj)
Add an EncogPersistedObject to the collection. |
void |
EncogMemoryCollection.add(String name,
EncogPersistedObject obj)
Add an element to the collection. |
void |
EncogCollection.add(String name,
EncogPersistedObject obj)
Add an element to the collection. |
void |
EncogPersistedCollection.delete(EncogPersistedObject obj)
Delete the specified object. |
void |
Persistor.save(EncogPersistedObject object,
WriteXML out)
Save the specified object. |
void |
PersistWriter.writeObject(EncogPersistedObject obj)
Write an object. |
| Constructors in org.encog.persist with parameters of type EncogPersistedObject | |
|---|---|
DirectoryEntry(EncogPersistedObject obj)
Construct a directory entry for the specified object. |
|
| Uses of EncogPersistedObject in org.encog.persist.persistors |
|---|
| Methods in org.encog.persist.persistors that return EncogPersistedObject | |
|---|---|
EncogPersistedObject |
WeightlessSynapsePersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
WeightedSynapsePersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
TrainingContinuationPersistor.load(ReadXML in)
Load the object. |
EncogPersistedObject |
TextDataPersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
SVMNetworkPersistor.load(ReadXML in)
Load the SVM network. |
EncogPersistedObject |
RadialBasisFunctionLayerPersistor.load(ReadXML in)
Load a RBF layer. |
EncogPersistedObject |
PropertyDataPersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
OneToOneSynapsePersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
EncogScriptPersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
DirectSynapsePersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
ContextLayerPersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
BufferedNeuralDataSetPersistor.load(ReadXML in)
Load the binary file. |
EncogPersistedObject |
BasicNeuralDataSetPersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
BasicNetworkPersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
EncogPersistedObject |
BasicLayerPersistor.load(ReadXML in)
Load the specified Encog object from an XML reader. |
| Methods in org.encog.persist.persistors with parameters of type EncogPersistedObject | |
|---|---|
static void |
PersistorUtil.beginEncogObject(String objectType,
WriteXML out,
EncogPersistedObject obj,
boolean top)
Write the beginning XML for an Encog object. |
void |
WeightlessSynapsePersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
WeightedSynapsePersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
TrainingContinuationPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the object. |
void |
TextDataPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
SVMNetworkPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save a SVMNetwork. |
void |
RadialBasisFunctionLayerPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save a RBF layer. |
void |
PropertyDataPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
OneToOneSynapsePersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
EncogScriptPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
DirectSynapsePersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
ContextLayerPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
BufferedNeuralDataSetPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the binary file. |
void |
BasicNeuralDataSetPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
BasicNetworkPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
void |
BasicLayerPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
| Uses of EncogPersistedObject in org.encog.persist.persistors.generic |
|---|
| Methods in org.encog.persist.persistors.generic that return EncogPersistedObject | |
|---|---|
EncogPersistedObject |
GenericPersistor.load(ReadXML in)
Load from the specified node. |
| Methods in org.encog.persist.persistors.generic with parameters of type EncogPersistedObject | |
|---|---|
void |
ObjectTagger.analyze(EncogPersistedObject encogObject)
Analyze the specified object and build a reference map. |
void |
XML2Object.load(ReadXML in,
EncogPersistedObject target)
Load an object from XML. |
void |
Object2XML.save(EncogPersistedObject encogObject,
WriteXML out)
Save the object to XML. |
void |
GenericPersistor.save(EncogPersistedObject obj,
WriteXML out)
Save the specified object. |
| Uses of EncogPersistedObject in org.encog.script |
|---|
| Classes in org.encog.script that implement EncogPersistedObject | |
|---|---|
class |
EncogScript
Hold one Encog script program. |
| Uses of EncogPersistedObject in org.encog.solve.genetic.population |
|---|
| Subinterfaces of EncogPersistedObject in org.encog.solve.genetic.population | |
|---|---|
interface |
Population
Defines a population of genomes. |
| Classes in org.encog.solve.genetic.population that implement EncogPersistedObject | |
|---|---|
class |
BasicPopulation
Defines the basic functionality for a population of genomes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||