Serialized Form


Package com.banda.network

Class com.banda.network.BndNetworkException extends RuntimeException implements Serializable


Package com.banda.network.domain

Class com.banda.network.domain.AbstractNetworkWeightSetting extends TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

timeCreated

Date timeCreated

index

Integer index

parentWeightSetting

AbstractNetworkWeightSetting<T> parentWeightSetting

layerWeightSettings

List<E> layerWeightSettings

Class com.banda.network.domain.AbstractTopology extends TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

timeCreated

Date timeCreated

index

Integer index

parentTopology

AbstractTopology parentTopology

networks

Collection<E> networks

Class com.banda.network.domain.Edge extends TechnicalDomainObject implements Serializable

Serialized Fields

start

TopologicalNode start

end

TopologicalNode end

Class com.banda.network.domain.FlatTopology extends AbstractTopology implements Serializable

Serialized Fields

nodes

List<E> nodes

Class com.banda.network.domain.LayeredTopology extends AbstractTopology implements Serializable

Serialized Fields

layers

List<E> layers

Class com.banda.network.domain.MachineLearningSetting extends TechnicalDomainObject implements Serializable

Serialized Fields

learningRate

Double learningRate

stepsNum

Integer stepsNum

learningIterationNum

Integer learningIterationNum

selectionType

TrainingSampleSelectionType selectionType

Class com.banda.network.domain.Network extends TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

timeCreated

Date timeCreated

topology

AbstractTopology topology

function

NetworkFunction<T> function

weightSetting

AbstractNetworkWeightSetting<T> weightSetting

stateClazz

Class<T> stateClazz

runs

Set<E> runs

netTypes

Set<E> netTypes

Class com.banda.network.domain.NetworkConfiguration extends TechnicalDomainObject implements Serializable

Serialized Fields

step

Integer step

states

List<E> states

Class com.banda.network.domain.NetworkFunction extends TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

timeCreated

Date timeCreated

index

Integer index

function

AbstractFunction<IN,OUT> function

statesWeightsIntegratorType

StatesWeightsIntegratorType statesWeightsIntegratorType

multiComponentUpdaterType

MultiStateUpdaterType multiComponentUpdaterType

parentFunction

NetworkFunction<T> parentFunction

layerFunctions

List<E> layerFunctions

Class com.banda.network.domain.NetworkRun extends TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

timeCreated

Date timeCreated

configurations

List<E> configurations

network

Network<T> network

Class com.banda.network.domain.NetworkType extends TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

createTime

Date createTime

superType

NetworkType superType

subTypes

Set<E> subTypes

netDefinitions

Set<E> netDefinitions

Class com.banda.network.domain.NetworkWeightSetting extends AbstractNetworkWeightSetting<T> implements Serializable

Serialized Fields

weights

List<E> weights

Class com.banda.network.domain.NodeFunction extends TechnicalDomainObject implements Serializable

Serialized Fields

index

Integer index

function

AbstractFunction<IN,OUT> function

networkFunction

NetworkFunction<T> networkFunction

Class com.banda.network.domain.TemplateNetworkWeightSetting extends AbstractNetworkWeightSetting<T> implements Serializable

Serialized Fields

randomDistribution

RandomDistribution<T> randomDistribution

Class com.banda.network.domain.TemplateTopology extends AbstractTopology implements Serializable

Serialized Fields

nodesNum

Integer nodesNum

layersNum

Integer layersNum

nodesPerLayer

Integer nodesPerLayer

allEdges

boolean allEdges

innerLayerAllEdges

boolean innerLayerAllEdges

inEdgesNum

Integer inEdgesNum

innerLayerInEdgesNum

Integer innerLayerInEdgesNum

allowSelfEdges

boolean allowSelfEdges

allowMultiEdges

boolean allowMultiEdges

layers

List<E> layers

Class com.banda.network.domain.TopologicalNode extends TechnicalDomainObject implements Serializable

Serialized Fields

index

Integer index

topology

AbstractTopology topology

outEdges

Set<E> outEdges

inEdges

Set<E> inEdges

Class com.banda.network.domain.WeightedEdge extends Edge implements Serializable

Serialized Fields

weight

Object weight

weightClazz

Class<T> weightClazz



Copyright © 2012. All Rights Reserved.