public class NetworkFunction<T> extends com.banda.core.domain.TechnicalDomainObject implements Comparable<NetworkFunction<?>>
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
NetworkFunction() |
public String getName()
public void setName(String name)
public Date getTimeCreated()
public void setTimeCreated(Date timeCreated)
public com.banda.core.domain.um.User getCreatedBy()
public void setCreatedBy(com.banda.core.domain.um.User createdBy)
public Integer getIndex()
public void setIndex(Integer index)
public StatesWeightsIntegratorType getStatesWeightsIntegratorType()
public void setStatesWeightsIntegratorType(StatesWeightsIntegratorType statesWeightsIntegratorType)
public ActivationFunctionType getActivationFunctionType()
public void setActivationFunctionType(ActivationFunctionType activationFunctionType)
public com.banda.core.domain.MultiStateUpdateType getMultiComponentUpdaterType()
public void setMultiComponentUpdaterType(com.banda.core.domain.MultiStateUpdateType multiComponentUpdaterType)
public List<NetworkFunction<T>> getLayerFunctions()
public void setLayerFunctions(List<NetworkFunction<T>> layerFunctions)
public NetworkFunction<T> getParentFunction()
protected void setParentFunction(NetworkFunction<T> parentFunction)
public void addLayerFunction(NetworkFunction<T> layerFunction)
public void removeLayerFunction(NetworkFunction<T> layerFunction)
public void setActivationFunctionParams(List<T> activationFunctionParams)
public int compareTo(NetworkFunction<?> netFun)
compareTo in interface Comparable<NetworkFunction<?>>public String toString()
toString in class com.banda.core.domain.DomainObject<Long>Object.toString()Copyright © 2018. All Rights Reserved.