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:
- KeyHolder<Long>, Serializable
public class MachineLearningSetting
- extends TechnicalDomainObject
- Since:
- 2012
- Author:
- © Peter Banda
- See Also:
- Serialized Form
MachineLearningSetting
public MachineLearningSetting()
getLearningRate
public Double getLearningRate()
setLearningRate
public void setLearningRate(Double learningRate)
getStepsNum
public Integer getStepsNum()
setStepsNum
public void setStepsNum(Integer stepsNum)
getLearningIterationNum
public Integer getLearningIterationNum()
setLearningIterationNum
public void setLearningIterationNum(Integer learningIterationNum)
getSelectionType
public TrainingSampleSelectionType getSelectionType()
setSelectionType
public void setSelectionType(TrainingSampleSelectionType selectionType)
Copyright © 2012. All Rights Reserved.