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 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 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

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 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 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 TechnicalDomainObject implements Serializable

Serialized Fields

index

Integer index

function

AbstractFunction<IN,OUT> function

networkFunction

NetworkFunction<T> networkFunction

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

Serialized Fields

randomDistribution

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 TechnicalDomainObject implements Serializable

Serialized Fields

index

Integer index

topology

Topology topology

outEdges

List<E> outEdges

inEdges

List<E> inEdges

bias

boolean bias

Class com.banda.network.domain.Topology extends 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.