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:
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 Class Summary
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
MachineLearningSetting()
           
 
Method Summary
 Integer getLearningIterationNum()
           
 Double getLearningRate()
           
 TrainingSampleSelectionType getSelectionType()
           
 Double getSingleIterationRunTime()
           
 void setLearningIterationNum(Integer learningIterationNum)
           
 void setLearningRate(Double learningRate)
           
 void setSelectionType(TrainingSampleSelectionType selectionType)
           
 void setSingleIterationRunTime(Double singleIterationRunTime)
           
 
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)

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.