Method: Rumale::ModelSelection::StratifiedKFold#shuffle

Defined in:
lib/rumale/model_selection/stratified_k_fold.rb

#shuffleBoolean (readonly)

Return the flag indicating whether to shuffle the dataset.

Returns:

  • (Boolean)


27
28
29
# File 'lib/rumale/model_selection/stratified_k_fold.rb', line 27

def shuffle
  @shuffle
end