Uses of Class
com.banda.network.domain.TrainingSampleSelectionType

Packages that use TrainingSampleSelectionType
com.banda.network.domain   
 

Uses of TrainingSampleSelectionType in com.banda.network.domain
 

Methods in com.banda.network.domain that return TrainingSampleSelectionType
 TrainingSampleSelectionType MachineLearningSetting.getSelectionType()
           
static TrainingSampleSelectionType TrainingSampleSelectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrainingSampleSelectionType[] TrainingSampleSelectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.banda.network.domain with parameters of type TrainingSampleSelectionType
 void MachineLearningSetting.setSelectionType(TrainingSampleSelectionType selectionType)
           
 



Copyright © 2012. All Rights Reserved.