A B C D E F G I J L M N O P R S T U V W 

A

add(Instance) - Method in class weka.etplugin.DataInstances
Adds one instance to the end of the set.
add(Component) - Method in class weka.etplugin.TernaryPlot
 
addActionListener(ActionListener) - Method in class weka.etplugin.ColorBar
Add an action listener that will be notified if the user changes the color of a label
addData(Evaluation, AbstractClassifier, String, String) - Method in class weka.etplugin.EntropyTrianglePanel
Adds to the Entropy Triangle the data of a classifier evaluation process.
addInstancesFromFile(Instances) - Method in class weka.etplugin.EntropyTrianglePanel
Adds a set of instances to the data list of the plot, checks the compatibility of the instances with the checkInstance(Instance) method of the Instances class.
addLabel(String) - Method in class weka.etplugin.Baseline
Adds a label to the label list.
addRepaintNotify(Component) - Method in class weka.etplugin.ColorBar
Adds a component that will need to be repainted if the user changes the color of a label.
appliesToNominalClass() - Method in class weka.etplugin.metrics.ClassPerplexity
Returns true.
appliesToNominalClass() - Method in class weka.etplugin.metrics.Ema
Returns true.
appliesToNominalClass() - Method in class weka.etplugin.metrics.InformationTransferFactor
Returns true.
appliesToNominalClass() - Method in class weka.etplugin.metrics.Nit
Returns true.
appliesToNominalClass() - Method in class weka.etplugin.metrics.RemainingPerplexity
Returns true.
appliesToNominalClass() - Method in class weka.etplugin.metrics.VariationOfInformation
Returns true.
appliesToNumericClass() - Method in class weka.etplugin.metrics.ClassPerplexity
Returns false.
appliesToNumericClass() - Method in class weka.etplugin.metrics.Ema
Returns false.
appliesToNumericClass() - Method in class weka.etplugin.metrics.InformationTransferFactor
Returns false.
appliesToNumericClass() - Method in class weka.etplugin.metrics.Nit
Returns false.
appliesToNumericClass() - Method in class weka.etplugin.metrics.RemainingPerplexity
Returns false.
appliesToNumericClass() - Method in class weka.etplugin.metrics.VariationOfInformation
Returns false.
AXES_ELEMENT - Static variable in class weka.etplugin.PlotElement
Constant for plot elements that are axes

B

Baseline - Class in weka.etplugin
This class plots a line in a TernaryPlot that represents a value of the bottom axis.
Baseline(double, String) - Constructor for class weka.etplugin.Baseline
Constructor for a Baseline at the specified coordinate and the given text label in red.
Baseline(double, String, Color) - Constructor for class weka.etplugin.Baseline
Constructor for a Baseline at the specified coordinate and the given text label in the given color.
BS_BORDER - Static variable in class weka.etplugin.TernaryPlot
The normalized stroke for drawing borders in the plot
BS_DASHED - Static variable in class weka.etplugin.TernaryPlot
The normalized dashed stroke for plot
BS_NORMAL - Static variable in class weka.etplugin.TernaryPlot
The normalized stroke for normal drawing in the plot

C

checkLabel(String) - Method in class weka.etplugin.Baseline
Checks if the label list contains the given string.
ClassPerplexity - Class in weka.etplugin.metrics
Information theoretic evaluation metric for classifiers.
ClassPerplexity() - Constructor for class weka.etplugin.metrics.ClassPerplexity
 
clearData() - Method in class weka.etplugin.EntropyTrianglePanel
Removes all data and resets the panel.
ColorBar - Class in weka.etplugin
This panel displays colored labels for nominal or string attributes and a rainbow style gradient for numeric attributes.
ColorBar() - Constructor for class weka.etplugin.ColorBar
Default constructor, with default background color.
ColorBar(Color) - Constructor for class weka.etplugin.ColorBar
Constructor specifying the background color.
compareTo(PlotElement) - Method in class weka.etplugin.PlotElement
Compares this object with the specified object for order.
contains(Point) - Method in class weka.etplugin.Baseline
 
contains(int, int) - Method in class weka.etplugin.Baseline
 
contains(Point) - Method in class weka.etplugin.DataPoint
 
contains(int, int) - Method in class weka.etplugin.DataPoint
 
copy() - Method in class weka.etplugin.DataInstance
Produces a shallow copy of this instance.
COS60 - Static variable in class weka.etplugin.TernaryPlot
Cosine of 60 degrees

D

DataInstance - Class in weka.etplugin
Wrapper class that stores the evaluation data of each classification performed alongside the graphical components to represent that evaluation in the Entropy Triangle.
DataInstance(Instances, double, double[]) - Constructor for class weka.etplugin.DataInstance
Constructor that initializes instance variable with given values for the given dataset.
DataInstance(Instances, Instance) - Constructor for class weka.etplugin.DataInstance
Constructor that initializes instance variable with given values.
DataInstances - Class in weka.etplugin
Class for handling a set of instances (of the type DataInstance) with information of evaluation of classification processes.
DataInstances(Instances) - Constructor for class weka.etplugin.DataInstances
Constructor copying all instances and references to the header information from the given set of instances.
DataInstances(Instances, int) - Constructor for class weka.etplugin.DataInstances
Constructor creating an empty set of instances.
DataInstances(String, ArrayList<Attribute>) - Constructor for class weka.etplugin.DataInstances
Creates an empty set of instances.
DataPoint - Class in weka.etplugin
This class plots a figure (a diamond) to represent a point in a graph.
DataPoint(Point2D.Double) - Constructor for class weka.etplugin.DataPoint
Constructor for a DataPoint at the given plot coordinates in black.
DataPoint(Point2D.Double, Color) - Constructor for class weka.etplugin.DataPoint
Constructor for a DataPoint at the given plot coordinates with the specified foreground color.
DEFAULTPLOTWIDTH - Static variable in class weka.etplugin.TernaryPlot
Default size of the this panel in pixels

E

ElementType() - Method in class weka.etplugin.Baseline
Gets the element type.
ElementType() - Method in class weka.etplugin.DataPoint
Gets the element type.
ElementType() - Method in class weka.etplugin.PlotElement
Gets the element type.
Ema - Class in weka.etplugin.metrics
Evaluation metric for classifiers.
Ema() - Constructor for class weka.etplugin.metrics.Ema
 
EntropyTrianglePanel - Class in weka.etplugin
This panel coordinates the different elements of the Entropy Triangle plot.
EntropyTrianglePanel() - Constructor for class weka.etplugin.EntropyTrianglePanel
Default constructor.
EntropyTrianglePlugin - Class in weka.gui.visualize.plugins
This class acts as a launcher for the Entropy Triangle Plugin from the visualization plugin context menu of the Weka explorer and from the Extensions menu in the Weka GUI Chooser window.
EntropyTrianglePlugin() - Constructor for class weka.gui.visualize.plugins.EntropyTrianglePlugin
 

F

fillFrame(Component) - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
Not used.

G

getActionListener(JFrame) - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
Gets an ActionListener to launch or update the Entropy Triangle window.
getColor(double) - Method in class weka.etplugin.ColorBar
Gets the color of the given value in the color bar for numeric classes and the corresponding label color for nominal or string classes.
getDesignVersion() - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
Get the specific version of Weka the class is designed for.
getMaxVersion() - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMenuTitle() - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
 
getMetricDescription() - Method in class weka.etplugin.metrics.ClassPerplexity
Get a short description of this metric.
getMetricDescription() - Method in class weka.etplugin.metrics.Ema
Get a short description of this metric.
getMetricDescription() - Method in class weka.etplugin.metrics.InformationTransferFactor
Get a short description of this metric.
getMetricDescription() - Method in class weka.etplugin.metrics.Nit
Get a short description of this metric.
getMetricDescription() - Method in class weka.etplugin.metrics.RemainingPerplexity
Get a short description of this metric.
getMetricDescription() - Method in class weka.etplugin.metrics.VariationOfInformation
Get a short description of this metric.
getMetricName() - Method in class weka.etplugin.metrics.ClassPerplexity
Get the name of this metric.
getMetricName() - Method in class weka.etplugin.metrics.Ema
Get the name of this metric.
getMetricName() - Method in class weka.etplugin.metrics.InformationTransferFactor
Get the name of this metric.
getMetricName() - Method in class weka.etplugin.metrics.Nit
Get the name of this metric.
getMetricName() - Method in class weka.etplugin.metrics.RemainingPerplexity
Get the name of this metric.
getMetricName() - Method in class weka.etplugin.metrics.VariationOfInformation
Get the name of this metric.
getMinVersion() - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
Get the minimum version of Weka, inclusive, the class is designed to work with.
getPlotCoords() - Method in class weka.etplugin.DataPoint
Gets the coordinates of the point.
getPlotTransform() - Method in class weka.etplugin.TernaryPlot
Gets the current AffineTransform of this Panel.
getStatistic(String) - Method in class weka.etplugin.metrics.ClassPerplexity
Get the value of the named statistic, should be "Class perplexity".
getStatistic(String) - Method in class weka.etplugin.metrics.Ema
Get the value of the named statistic, should be "EMA".
getStatistic(String) - Method in class weka.etplugin.metrics.InformationTransferFactor
Get the value of the named statistic, should be "Information Transfer factor".
getStatistic(String) - Method in class weka.etplugin.metrics.Nit
Get the value of the named statistic, should be "NIT factor".
getStatistic(String) - Method in class weka.etplugin.metrics.RemainingPerplexity
Get the value of the named statistic, should be "Remaining perplexity".
getStatistic(String) - Method in class weka.etplugin.metrics.VariationOfInformation
Get the value of the named statistic, should be "Variation of Information".
getStatisticNames() - Method in class weka.etplugin.metrics.ClassPerplexity
Get a list with the name of the metric.
getStatisticNames() - Method in class weka.etplugin.metrics.Ema
Get a list with the name of the metric.
getStatisticNames() - Method in class weka.etplugin.metrics.InformationTransferFactor
Get a list with the name of the metric.
getStatisticNames() - Method in class weka.etplugin.metrics.Nit
Get a list with the name of the metric.
getStatisticNames() - Method in class weka.etplugin.metrics.RemainingPerplexity
Get a list with the name of the metric.
getStatisticNames() - Method in class weka.etplugin.metrics.VariationOfInformation
Get a list with the name of the metric.
getSubmenuTitle() - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
 
getTechnicalInformation() - Method in class weka.etplugin.DataInstance
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.etplugin.EntropyTrianglePanel
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.etplugin.metrics.Ema
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.etplugin.metrics.InformationTransferFactor
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.etplugin.metrics.Nit
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.etplugin.metrics.VariationOfInformation
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getVisualizeMenuItem(Instances) - Method in class weka.gui.visualize.plugins.EntropyTrianglePlugin
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the Entropy Triangle.
getXPlotCoord() - Method in class weka.etplugin.Baseline
Gets the coordinate of the line in the plot
GRID - Static variable in class weka.etplugin.TernaryPlot
Distance betweem Axes grid
GRID_ELEMENT - Static variable in class weka.etplugin.PlotElement
Constant for plot elements of type grid

I

InformationTransferFactor - Class in weka.etplugin.metrics
Information theoretic evaluation metric for classifiers.
InformationTransferFactor() - Constructor for class weka.etplugin.metrics.InformationTransferFactor
 
input - Variable in class weka.etplugin.DataInstance
Graphical object to represent this instance
isSplit() - Method in class weka.etplugin.EntropyTrianglePanel
Checks if the graph is showing the split data.
isTopElement() - Method in class weka.etplugin.Baseline
Gets the preference of the object to be drawn on top of elements without preference.
isTopElement() - Method in class weka.etplugin.DataPoint
Gets the preference of the object to be drawn on top of elements without preference.
isTopElement() - Method in class weka.etplugin.PlotElement
Gets the preference of the object to be drawn on top of elements without preference.

J

joint - Variable in class weka.etplugin.DataInstance
Graphical object to represent this instance

L

label - Variable in class weka.etplugin.DataInstance
A string that resumes the classifier and dataset of the instance
LINE_ELEMENT - Static variable in class weka.etplugin.PlotElement
Constant for plot elements of type that are lines

M

main(String[]) - Static method in class weka.etplugin.ColorBar
Main method for testing this class.
main(String[]) - Static method in class weka.etplugin.TernaryPlot
Main method for testing this class
METRIC_NAME - Static variable in class weka.etplugin.metrics.ClassPerplexity
Constant string with the metric name
METRIC_NAME - Static variable in class weka.etplugin.metrics.Ema
Constant string with the metric name
METRIC_NAME - Static variable in class weka.etplugin.metrics.InformationTransferFactor
Constant string with the metric name
METRIC_NAME - Static variable in class weka.etplugin.metrics.Nit
Constant string with the metric name
METRIC_NAME - Static variable in class weka.etplugin.metrics.RemainingPerplexity
Constant string with the metric name
METRIC_NAME - Static variable in class weka.etplugin.metrics.VariationOfInformation
Constant string with the metric name
MINPLOTWIDTH - Static variable in class weka.etplugin.TernaryPlot
Minimum size of the panel for plot resizing in pixels

N

Nit - Class in weka.etplugin.metrics
Evaluation metric for classifiers.
Nit() - Constructor for class weka.etplugin.metrics.Nit
 

O

output - Variable in class weka.etplugin.DataInstance
Graphical object to represent this instance

P

paint(Graphics) - Method in class weka.etplugin.TernaryPlot
 
paintComponent(Graphics) - Method in class weka.etplugin.Baseline
 
paintComponent(Graphics) - Method in class weka.etplugin.ColorBar
 
PlotElement - Class in weka.etplugin
Interface that allows ordering sorting the drawing preference of different types of elements of a plot.
PlotElement() - Constructor for class weka.etplugin.PlotElement
 
POINT_ELEMENT - Static variable in class weka.etplugin.PlotElement
Constant for punctual plot elements

R

RemainingPerplexity - Class in weka.etplugin.metrics
Information theoretic evaluation metric for classifiers.
RemainingPerplexity() - Constructor for class weka.etplugin.metrics.RemainingPerplexity
 
remove(Object) - Method in class weka.etplugin.DataInstances
 
remove(Component) - Method in class weka.etplugin.TernaryPlot
 
removeAllData() - Method in class weka.etplugin.TernaryPlot
Removes all DataPoint and Baseline of the plot.
removeLabel(String) - Method in class weka.etplugin.Baseline
Deletes the given string from the label list.

S

setBaseline(boolean) - Method in class weka.etplugin.EntropyTrianglePanel
Sets the visibility of the H(Px) lines for the different datasets present in the graph.
setCindex(int) - Method in class weka.etplugin.ColorBar
Set the index of the attribute to display colored labels for
setClass(Attribute) - Method in class weka.etplugin.DataInstances
 
setClassIndex(int) - Method in class weka.etplugin.DataInstances
 
setColorChangeListener(ColorBar) - Method in class weka.etplugin.DataInstance
Sets an ActionListener to sync the foreground color of the points of this instance in a graph with the given ColorBar.
setColours(ArrayList<Color>) - Method in class weka.etplugin.ColorBar
Set a list of colours to use for colouring labels
setInstances(Instances) - Method in class weka.etplugin.ColorBar
Set the instances.
setPopupMenus(EntropyTrianglePanel) - Method in class weka.etplugin.DataInstance
Sets the right-click menu behavior for the points of this instance.
setSplit(boolean) - Method in class weka.etplugin.EntropyTrianglePanel
Sets the graph to show separately the data from input and output of the classifier if true is passed, or just the information of the joint probability distribution if false.
setToolTips() - Method in class weka.etplugin.DataInstance
Sets and updates the tooltip windows of the DataPoints of this object.
SIN60 - Static variable in class weka.etplugin.TernaryPlot
Sine of 60 degrees
statisticIsMaximisable(String) - Method in class weka.etplugin.metrics.ClassPerplexity
Returns true.
statisticIsMaximisable(String) - Method in class weka.etplugin.metrics.Ema
Returns true.
statisticIsMaximisable(String) - Method in class weka.etplugin.metrics.InformationTransferFactor
Returns true.
statisticIsMaximisable(String) - Method in class weka.etplugin.metrics.Nit
Returns true.
statisticIsMaximisable(String) - Method in class weka.etplugin.metrics.RemainingPerplexity
Returns false.
statisticIsMaximisable(String) - Method in class weka.etplugin.metrics.VariationOfInformation
Returns false.

T

TernaryPlot - Class in weka.etplugin
This class plots the ternary plot for the entropy triangle.
TernaryPlot() - Constructor for class weka.etplugin.TernaryPlot
Default constructor
TOP_ELEMENT - Static variable in class weka.etplugin.PlotElement
Constant for element with preference to be drawn on top of regular elements
toSummaryString() - Method in class weka.etplugin.metrics.ClassPerplexity
Returns a formatted string (suitable for displaying in console or GUI output) containing this metric.
toSummaryString() - Method in class weka.etplugin.metrics.Ema
Returns a formatted string (suitable for displaying in console or GUI output) containing this metric.
toSummaryString() - Method in class weka.etplugin.metrics.InformationTransferFactor
Returns a formatted string (suitable for displaying in console or GUI output) containing this metric.
toSummaryString() - Method in class weka.etplugin.metrics.Nit
Returns a formatted string (suitable for displaying in console or GUI output) containing this metric.
toSummaryString() - Method in class weka.etplugin.metrics.RemainingPerplexity
Returns a formatted string (suitable for displaying in console or GUI output) containing this metric.
toSummaryString() - Method in class weka.etplugin.metrics.VariationOfInformation
Returns a formatted string (suitable for displaying in console or GUI output) containing this metric.

U

updateStatsForClassifier(double[], Instance) - Method in class weka.etplugin.metrics.ClassPerplexity
Not used.
updateStatsForClassifier(double[], Instance) - Method in class weka.etplugin.metrics.Ema
Not used.
updateStatsForClassifier(double[], Instance) - Method in class weka.etplugin.metrics.InformationTransferFactor
Not used.
updateStatsForClassifier(double[], Instance) - Method in class weka.etplugin.metrics.Nit
Not used.
updateStatsForClassifier(double[], Instance) - Method in class weka.etplugin.metrics.RemainingPerplexity
Not used.
updateStatsForClassifier(double[], Instance) - Method in class weka.etplugin.metrics.VariationOfInformation
Not used.
updateStatsForConditionalDensityEstimator(ConditionalDensityEstimator, Instance, double) - Method in class weka.etplugin.metrics.ClassPerplexity
Not used.
updateStatsForConditionalDensityEstimator(ConditionalDensityEstimator, Instance, double) - Method in class weka.etplugin.metrics.InformationTransferFactor
Not used.
updateStatsForConditionalDensityEstimator(ConditionalDensityEstimator, Instance, double) - Method in class weka.etplugin.metrics.RemainingPerplexity
Not used.
updateStatsForConditionalDensityEstimator(ConditionalDensityEstimator, Instance, double) - Method in class weka.etplugin.metrics.VariationOfInformation
Not used.
updateStatsForPredictor(double, Instance) - Method in class weka.etplugin.metrics.ClassPerplexity
Not used.
updateStatsForPredictor(double, Instance) - Method in class weka.etplugin.metrics.Ema
Not used.
updateStatsForPredictor(double, Instance) - Method in class weka.etplugin.metrics.InformationTransferFactor
Not used.
updateStatsForPredictor(double, Instance) - Method in class weka.etplugin.metrics.Nit
Not used.
updateStatsForPredictor(double, Instance) - Method in class weka.etplugin.metrics.RemainingPerplexity
Not used.
updateStatsForPredictor(double, Instance) - Method in class weka.etplugin.metrics.VariationOfInformation
Not used.

V

VariationOfInformation - Class in weka.etplugin.metrics
The Variation of Information is the sum the mutually conditioned entropies between the input and the output of the classifier.
VariationOfInformation() - Constructor for class weka.etplugin.metrics.VariationOfInformation
 

W

weka.etplugin - package weka.etplugin
 
weka.etplugin.metrics - package weka.etplugin.metrics
 
weka.gui.visualize.plugins - package weka.gui.visualize.plugins
 
A B C D E F G I J L M N O P R S T U V W 

Fork me on GitHub