Class: Weka::Filter::Unsupervised::Instance::SubsetByExpression
- Inherits:
-
Object
- Object
- Weka::Filter::Unsupervised::Instance::SubsetByExpression
- 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
#description ⇒ Object
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 |