com.banda.network.domain
Class MachineLearningSetting

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
MachineLearningSetting()
           
 
Method Summary
 Integer getLearningIterationNum()
           
 Double getLearningRate()
           
 TrainingSampleSelectionType getSelectionType()
           
 Integer getStepsNum()
           
 void setLearningIterationNum(Integer learningIterationNum)
           
 void setLearningRate(Double learningRate)
           
 void setSelectionType(TrainingSampleSelectionType selectionType)
           
 void setStepsNum(Integer stepsNum)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MachineLearningSetting

public MachineLearningSetting()
Method Detail

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.