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

How to use
search
method
in
weka.attributeSelection.GreedyStepwise

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

origin: Waikato/weka-trunk

search(m_ASEval, null);
origin: nz.ac.waikato.cms.weka/weka-stable

search(m_ASEval, null);
origin: nz.ac.waikato.cms.weka/attributeSelectionSearchMethods

fs.setGenerateRanking(true);
m_ASEval.buildEvaluator(m_Instances);
fs.search(m_ASEval, m_Instances);
rankres = fs.rankedAttributes();
m_Ranking = new int[rankres.length];
weka.attributeSelectionGreedyStepwisesearch

Javadoc

Searches the attribute subset space by forward selection.

Popular methods of GreedyStepwise

  • <init>
    Constructor
  • 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
  • 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

  • Running tasks concurrently on multiple threads
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (Timer)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top PhpStorm plugins
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