congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
Center.setOutputFormat
Code IndexAdd Tabnine to your IDE (free)

How to use
setOutputFormat
method
in
weka.filters.unsupervised.attribute.Center

Best Java code snippets using weka.filters.unsupervised.attribute.Center.setOutputFormat (Showing top 2 results out of 315)

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

/**
 * Sets the format of the input instances.
 *
 * @param instanceInfo     an Instances object containing the input 
 *                 instance structure (any instances contained 
 *                 in the object are ignored - only the structure 
 *                 is required).
 * @return true         if the outputFormat may be collected immediately
 * @throws Exception         if the input format can't be set successfully
 */
public boolean setInputFormat(Instances instanceInfo) throws Exception {
 super.setInputFormat(instanceInfo);
 setOutputFormat(instanceInfo);
 m_Means = null;
 return true;
}
origin: Waikato/weka-trunk

/**
 * Sets the format of the input instances.
 *
 * @param instanceInfo     an Instances object containing the input 
 *                 instance structure (any instances contained 
 *                 in the object are ignored - only the structure 
 *                 is required).
 * @return true         if the outputFormat may be collected immediately
 * @throws Exception         if the input format can't be set successfully
 */
public boolean setInputFormat(Instances instanceInfo) throws Exception {
 super.setInputFormat(instanceInfo);
 setOutputFormat(instanceInfo);
 m_Means = null;
 return true;
}
weka.filters.unsupervised.attributeCentersetOutputFormat

Popular methods of Center

  • <init>
  • batchFinished
    Signify that this batch of input to the filter is finished. If the filter requires all instances pri
  • bufferInput
  • convertInstance
    Convert a single instance over. The converted instance is added to the end of the output queue.
  • flushInput
  • getInputFormat
  • input
    Input an instance for filtering. Filter requires all training instances be read before producing out
  • numPendingOutput
  • output
  • push
  • resetQueue
  • runFilter
  • resetQueue,
  • runFilter,
  • setInputFormat,
  • setIgnoreClass

Popular in Java

  • Finding current android device location
  • notifyDataSetChanged (ArrayAdapter)
  • getSystemService (Context)
  • onCreateOptionsMenu (Activity)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Menu (java.awt)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • BoxLayout (javax.swing)
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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