Module: Attribute_selection_Utils
- Included in:
- Weka::Attribute_selection::Evaluator::CfsSubsetEval, Weka::Attribute_selection::Evaluator::ChiSquaredAttributeEval, Weka::Attribute_selection::Evaluator::ClassifierSubsetEval, Weka::Attribute_selection::Evaluator::ConsistencySubsetEval, Weka::Attribute_selection::Evaluator::CostSensitiveSubsetEval, Weka::Attribute_selection::Evaluator::FilteredAttributeEval, Weka::Attribute_selection::Evaluator::FilteredSubsetEval, Weka::Attribute_selection::Evaluator::GainRatioAttributeEval, Weka::Attribute_selection::Evaluator::SVMAttributeEval, Weka::Attribute_selection::Search::ExhaustiveSearch, Weka::Attribute_selection::Search::GeneticSearch, Weka::Attribute_selection::Search::GreedyStepwise, Weka::Attribute_selection::Search::RaceSearch, Weka::Attribute_selection::Search::RandomSearch, Weka::Attribute_selection::Search::RankSearch, Weka::Attribute_selection::Search::Ranker, Weka::Attribute_selection::Search::ScatterSearchV1
- Defined in:
- lib/ruby-band/weka/attribute_selection/attribute_selection_utils.rb
Instance Method Summary collapse
-
#description ⇒ Object
Return a short description for the selected evalutator object or search algorithm.
-
#options_list ⇒ Object
Instance methods list.
-
#select_options(options_string) ⇒ Object
Set options for an evaluator or a search algorithm.
Instance Method Details
#description ⇒ Object
Return a short description for the selected evalutator object or search algorithm
16 17 18 |
# File 'lib/ruby-band/weka/attribute_selection/attribute_selection_utils.rb', line 16 def description globalInfo end |
#options_list ⇒ Object
Instance methods list
5 6 7 |
# File 'lib/ruby-band/weka/attribute_selection/attribute_selection_utils.rb', line 5 def listOptions.map {|key| "#{key.synopsis} #{key.description}"}.join("\n") end |
#select_options(options_string) ⇒ Object
Set options for an evaluator or a search algorithm
10 11 12 13 |
# File 'lib/ruby-band/weka/attribute_selection/attribute_selection_utils.rb', line 10 def () = Utils.splitOptions() () end |