public class ImputationPlugin extends AbstractPlugin
DEFAULT_CITATION, POSITION_LIST_NONE, TAXA_LIST_NONE
Constructor and Description |
---|
ImputationPlugin(Frame parentFrame,
boolean isInteractive)
Creates a new instance of the ImputationPlugin
|
Modifier and Type | Method and Description |
---|---|
Boolean |
by_mean() |
ImputationPlugin |
by_mean(Boolean value) |
net.maizegenetics.analysis.numericaltransform.ImputationPlugin.distanceChoice |
distance_choice() |
ImputationPlugin |
distance_choice(net.maizegenetics.analysis.numericaltransform.ImputationPlugin.distanceChoice value) |
String |
getButtonName()
Button name for this plugin to be used in buttons, etc.
|
ImageIcon |
getIcon()
Icon for this plugin to be used in buttons, etc.
|
String |
getToolTipText()
Tool Tip Text for this plugin
|
Integer |
nearest_neighbors() |
ImputationPlugin |
nearest_neighbors(Integer value) |
String |
pluginDescription()
Returns description of the plugin.
|
DataSet |
processData(DataSet input)
For the new Generic Plugin Parameter design, performFunction() will
automatically call this.
|
addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getMenu, getPanel, getParameter, getParameter, getParentFrame, getUsage, getUsageHTML, isInteractive, performFunction, pluginUserManualURL, progress, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameter, setParameter, setParameters, setParametersToDefault, setThreaded, trace, wasCancelled
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPluginInstance, getPluginInstance, isPlugin
public ImputationPlugin(Frame parentFrame, boolean isInteractive)
public DataSet processData(DataSet input)
Plugin
processData
in interface Plugin
processData
in class AbstractPlugin
input
- inputpublic String pluginDescription()
Plugin
pluginDescription
in interface Plugin
pluginDescription
in class AbstractPlugin
public ImageIcon getIcon()
Plugin
public String getButtonName()
Plugin
public String getToolTipText()
Plugin
public net.maizegenetics.analysis.numericaltransform.ImputationPlugin.distanceChoice distance_choice()
public ImputationPlugin distance_choice(net.maizegenetics.analysis.numericaltransform.ImputationPlugin.distanceChoice value)
public Boolean by_mean()
public ImputationPlugin by_mean(Boolean value)
public Integer nearest_neighbors()
public ImputationPlugin nearest_neighbors(Integer value)
Copyright © 2018. All rights reserved.