Uses of Class
ensemble.User

Packages that use User
ensemble   
 

Uses of User in ensemble
 

Methods in ensemble that return types with arguments of type User
 java.util.List<User> DatabaseBean.getUserList()
          Generates a list of all users registered in the data base.
 

Methods in ensemble with parameters of type User
 void DatabaseBean.excludeUser(User u, java.lang.Boolean exclude)
          Sets the flag indicating whether predictions from a particular user should be excluded from ensembles.