Tabnine Logo
GreedyStepwise.setSearchBackwards
Code IndexAdd Tabnine to your IDE (free)

How to use
setSearchBackwards
method
in
weka.attributeSelection.GreedyStepwise

Best Java code snippets using weka.attributeSelection.GreedyStepwise.setSearchBackwards (Showing top 3 results out of 315)

origin: nz.ac.waikato.cms.weka/weka-stable

resetOptions();
setSearchBackwards(Utils.getFlag('B', options));
origin: Waikato/weka-trunk

resetOptions();
setSearchBackwards(Utils.getFlag('B', options));
origin: olehmberg/winter

search.setSearchBackwards(this.backwardSelection);
weka.attributeSelectionGreedyStepwisesetSearchBackwards

Javadoc

Set whether to search backwards instead of forwards

Popular methods of GreedyStepwise

  • <init>
    Constructor
  • search
    Searches the attribute subset space by forward selection.
  • setGenerateRanking
    Records whether the user has requested a ranked list of attributes.
  • attributeList
    converts a BitSet into a list of attribute indexes
  • determineNumToSelectFromThreshold
  • getConservativeForwardSelection
    Gets whether conservative selection has been enabled
  • getDebuggingOutput
    Get whether to output debugging info to the console
  • getGenerateRanking
    Gets whether ranking has been requested. This is used by the AttributeSelection module to determine
  • getNumExecutionSlots
    Gets the number of threads.
  • getNumToSelect
    Gets the number of attributes to be retained.
  • getSearchBackwards
    Get whether to search backwards
  • getStartSet
    Returns a list of attributes (and or attribute ranges) as a String
  • getSearchBackwards,
  • getStartSet,
  • getThreshold,
  • numExecutionSlotsTipText,
  • resetOptions,
  • setConservativeForwardSelection,
  • setDebuggingOutput,
  • setNumExecutionSlots,
  • setNumToSelect

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • scheduleAtFixedRate (Timer)
  • getSupportFragmentManager (FragmentActivity)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Join (org.hibernate.mapping)
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now