com.banda.network.domain
Class MachineLearningSetting
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.network.domain.MachineLearningSetting
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, Serializable
- Direct Known Subclasses:
- ReservoirLearningSetting
public class MachineLearningSetting
- extends com.banda.core.domain.TechnicalDomainObject
- Since:
- 2012
- Author:
- © Peter Banda
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| Methods inherited from class com.banda.core.domain.TechnicalDomainObject |
getId, getKey, getVersion, setId, setKey, setVersion |
| Methods inherited from class com.banda.core.domain.DomainObject |
copyFrom, equals, hashCode, toString |
MachineLearningSetting
public MachineLearningSetting()
getLearningRate
public Double getLearningRate()
setLearningRate
public void setLearningRate(Double learningRate)
getSingleIterationRunTime
public Double getSingleIterationRunTime()
setSingleIterationRunTime
public void setSingleIterationRunTime(Double singleIterationRunTime)
getLearningIterationNum
public Integer getLearningIterationNum()
setLearningIterationNum
public void setLearningIterationNum(Integer learningIterationNum)
getSelectionType
public TrainingSampleSelectionType getSelectionType()
setSelectionType
public void setSelectionType(TrainingSampleSelectionType selectionType)
Copyright © 2013. All Rights Reserved.