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

How to use
setNumToSelect
method
in
weka.attributeSelection.GreedyStepwise

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

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

setNumToSelect(Integer.parseInt(optionString));
origin: Waikato/weka-trunk

setNumToSelect(Integer.parseInt(optionString));
weka.attributeSelectionGreedyStepwisesetNumToSelect

Javadoc

Specify the number of attributes to select from the ranked list (if generating a ranking). -1 indicates that all attributes are to be retained.

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.
  • setSearchBackwards
    Set whether to search backwards instead of forwards
  • 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
  • getNumToSelect,
  • getSearchBackwards,
  • getStartSet,
  • getThreshold,
  • numExecutionSlotsTipText,
  • resetOptions,
  • setConservativeForwardSelection,
  • setDebuggingOutput,
  • setNumExecutionSlots

Popular in Java

  • Making http post requests using okhttp
  • setRequestProperty (URLConnection)
  • putExtra (Intent)
  • getSystemService (Context)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • ImageIO (javax.imageio)
  • Notification (javax.management)
  • JCheckBox (javax.swing)
  • Top plugins for Android Studio
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