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.Edge extends com.banda.core.domain.TechnicalDomainObject implements Serializable

Serialized Fields

start

TopologicalNode start

end

TopologicalNode end

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

Serialized Fields

settingOrder

FixedNetworkWeightSettingOrder settingOrder

weights

List<E> weights

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

Serialized Fields

nodes

List<E> nodes

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

Serialized Fields

layers

List<E> layers

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

Serialized Fields

layers

List<E> layers

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

Serialized Fields

learningRate

Double learningRate

learningIterationNum

Integer learningIterationNum

singleIterationRunTime

Double singleIterationRunTime

selectionType

TrainingSampleSelectionType selectionType

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

Serialized Fields

name

String name

timeCreated

Date timeCreated

topology

Topology topology

function

NetworkFunction<T> function

weightSetting

NetworkWeightSetting<T> weightSetting

defaultBiasState

Object defaultBiasState

stateClazz

Class<T> stateClazz

runs

Set<E> runs

netTypes

Set<E> netTypes

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

Serialized Fields

step

Integer step

states

List<E> states

Class com.banda.network.domain.NetworkFunction extends com.banda.core.domain.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 com.banda.core.domain.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 com.banda.core.domain.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 com.banda.core.domain.TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

timeCreated

Date timeCreated

index

Integer index

parent

NetworkWeightSetting<T> parent

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

Serialized Fields

index

Integer index

function

AbstractFunction<IN,OUT> function

networkFunction

NetworkFunction<T> networkFunction

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

Serialized Fields

initialDelay

Double initialDelay

Class com.banda.network.domain.SpatialNeighbor extends com.banda.core.domain.TechnicalDomainObject implements Serializable

Serialized Fields

index

Integer index

coordinateDiffs

List<E> coordinateDiffs

parent

SpatialNeighborhood parent

Class com.banda.network.domain.SpatialNeighborhood extends com.banda.core.domain.TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

neighbors

List<E> neighbors

Class com.banda.network.domain.SpatialTopology extends Topology implements Serializable

Serialized Fields

sizes

List<E> sizes

torusFlag

boolean torusFlag

metricsType

com.banda.core.metrics.MetricsType metricsType

radius

Integer radius

itsOwnNeighor

boolean itsOwnNeighor

neighborhood

SpatialNeighborhood neighborhood

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

Serialized Fields

randomDistribution

com.banda.core.domain.rand.RandomDistribution<T> randomDistribution

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

Serialized Fields

nodesNum

Integer nodesNum

layersNum

Integer layersNum

nodesPerLayer

Integer nodesPerLayer

generateBias

boolean generateBias

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 com.banda.core.domain.TechnicalDomainObject implements Serializable

Serialized Fields

index

Integer index

topology

Topology topology

outEdges

List<E> outEdges

inEdges

List<E> inEdges

bias

boolean bias

location

List<E> location

Class com.banda.network.domain.Topology extends com.banda.core.domain.TechnicalDomainObject implements Serializable

Serialized Fields

name

String name

timeCreated

Date timeCreated

index

Integer index

parentTopology

Topology parentTopology

networks

Collection<E> networks

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

Serialized Fields

weight

Object weight

weightClazz

Class<T> weightClazz



Copyright © 2013. All Rights Reserved.