Class: Weka::Filter::Unsupervised::Instance::SubsetByExpression

Inherits:
Object
  • Object
show all
Includes:
Unsupervised_Util
Defined in:
lib/ruby-band/weka/filters/unsupervised/instance/instance.rb

Instance Method Summary collapse

Methods included from Unsupervised_Util

#data, #filter_options, #options_list, #set, #use

Instance Method Details

#descriptionObject



40
41
42
# File 'lib/ruby-band/weka/filters/unsupervised/instance/instance.rb', line 40

def description
      begin; puts globalInfo.split("\n").each {|line| puts line}; rescue; NoMethodError; puts "Sorry, no description available for this filter"; end
end