Uses of Interface
com.rapidminer.report.Renderable

Packages that use Renderable
com.rapidminer.gui.graphs This package contains plotting functionality for graphs and some graph plot implementations for common RapidMiner graphs. 
com.rapidminer.gui.plotter This package contains all plotters which are able to create plots from a given DataTable. 
com.rapidminer.gui.plotter.charts Some basic chart plotters. 
com.rapidminer.gui.plotter.mathplot This package contains DataTable plotter making use of the JMathPlot library. 
com.rapidminer.gui.plotter.som Classes for a SOM (Self Organizing Map aka Kohonen Net) plotter. 
com.rapidminer.gui.renderer This package consists the base classes for the renderers / visualization components of RapidMiner components and results. 
com.rapidminer.gui.viewer This package contain viewer classes for some standard data types like ExampleSets, DataTables etc. 
com.rapidminer.operator.learner.functions.neuralnet This package contains a neural net learner based on Joone. 
com.rapidminer.operator.visualization The operators in this package are used for visualization purposes. 
 

Uses of Renderable in com.rapidminer.gui.graphs
 

Classes in com.rapidminer.gui.graphs that implement Renderable
 class GraphViewer<V,E>
          The basic graph viewer component for graphs.
 

Uses of Renderable in com.rapidminer.gui.plotter
 

Subinterfaces of Renderable in com.rapidminer.gui.plotter
 interface Plotter
          An interface for all data available plotters.
 

Classes in com.rapidminer.gui.plotter that implement Renderable
 class AndrewsCurves
          This idea of coding and representing multivariate data by curves was suggested by Andrews (1972).
 class BoundDiagram
          A bound diagram used for displaying attribute weights.
 class ColorQuartileMatrixPlotter
          A quartil matrix plotter which uses the ColorQuartilePlotter for each of the plots.
 class ColorQuartilePlotter
          This plotter can be used to create colorized quartile plots for one of the columns.
 class DensityPlotter
          The density plotter does not only plot the single plot points but also tries to calculate a color for all pixels in between.
 class GridVizPlotter
          GridViz is a simple extension of RadViz that places the dimensional anchors on a rectangular grid instead of using the perimeter of a circle.
 class HintonDiagram
          Presents values by boxes more filled the higher the values are.
 class LabelRotatingPlotterAdapter
           
 class LocalNormalizationPlotterAdapter
           
 class ParallelPlotter
          This plotter plots the data in parallel coordinates.
 class PlotterAdapter
          This adapter class can be used for simple plotter implementation which only need to overwrite the methods they need.
 class QuartilePlotter
          This plotter can be used to create quartile plots for several columns of the data table.
 class RadVizPlotter
          A Radial coordinate Visualization, hence the name RadViz.
 class RangeablePlotterAdapter
          Plotter extending this adapter must be able to set their ranges during plotting if the dimensions name is registered here.
 class ScatterMatrixPlotter
          A scatter plot matrix which uses the ScatterPlotter for each of the plots.
 class ScatterPlotter
          The color plotter can display up to two dimensions and uses color schemes to indicate the third dimension.
 class SurveyPlotter
          A Survey plot is a set of vertical histograms.
 

Uses of Renderable in com.rapidminer.gui.plotter.charts
 

Classes in com.rapidminer.gui.plotter.charts that implement Renderable
 class Abstract2DChartPlotter
          This is the abstract superclass for scatter plotter based on JFreeChart.
 class AbstractPieChartPlotter
          This is the main pie chart plotter.
 class BarChartPlotter
          This is the main bar chart plotter.
 class BlockChartPlotter
          This is the block chart plotter based on JFreeChart.
 class BubbleChartPlotter
          This is the bubble chart plotter.
 class DeviationChartPlotter
          This is the deviation chart plotter.
 class DistributionPlotter
          This plotter can be used in order to plot a distribution model like the one which can be delivered by NaiveBayes.
 class HistogramChart
          This is the histogram plotter based on JFreeCharts.
 class HistogramColorChart
          This is the histogram color plotter based on JFreeCharts.
 class MultipleScatterPlotter
          This is a multiple scatter plotter.
 class MultipleSeriesChartPlotter
          This is the multiple series chart plotter.
 class ParallelPlotter2
          This is the new parallel plotter.
 class ParetoChartPlotter
          This is the Pareto chart plotter.
 class PieChart2DPlotter
          A simple 2D pie chart plotter.
 class PieChart3DPlotter
          A simple 3D pie chart plotter.
 class RingChartPlotter
          A simple 2D ring chart plotter.
 class ScatterPlotter2
          This is the scatter plotter based on JFreeChart.
 class SeriesChartPlotter
          This is the series chart plotter.
 class StackedBarChartPlotter
          This is a stacked bar chart plotter.
 

Uses of Renderable in com.rapidminer.gui.plotter.mathplot
 

Classes in com.rapidminer.gui.plotter.mathplot that implement Renderable
 class BoxPlot2D
          This plotter can be used to create 2D box plots.
 class BoxPlot3D
          This plotter can be used to create 3D box plots.
 class JMathPlotter
          The abstract super class for all plotters using the JMathPlot library.
 class JMathPlotter2D
          The abstract super class for all 2D plotters using the JMathPlot library.
 class JMathPlotter3D
          The abstract super class for all 3D plotters using the JMathPlot library.
 class ScatterPlot3D
          This plotter can be used to create 3D scatter plots.
 class ScatterPlot3DColor
          This plotter can be used to create 3D scatter plots where a 4th dimension can be shown by using a color scale.
 class SticksPlot2D
          This plotter can be used to create 2D bar plots.
 class SticksPlot3D
          This plotter can be used to create 3D bar plots.
 class SurfacePlot3D
          This plotter can be used to create 3D surface plots of equidistant data.
 

Uses of Renderable in com.rapidminer.gui.plotter.som
 

Classes in com.rapidminer.gui.plotter.som that implement Renderable
 class SOMPlotter
          This is the main class for the SOMPlotter.
 

Uses of Renderable in com.rapidminer.gui.renderer
 

Classes in com.rapidminer.gui.renderer that implement Renderable
 class DefaultComponentRenderable
          The default component renderer.
 

Uses of Renderable in com.rapidminer.gui.viewer
 

Classes in com.rapidminer.gui.viewer that implement Renderable
 class ClusterTreeVisualization
          Visualizes clusters as a bookmark like tree.
 class DendrogramPlotter
          Plots a dendrogram of a given cluster model.
 class ROCChartPlotter
          This is the ROC chart plotter.
 class ROCViewer
          This viewer can be used to show the ROC curve for the given ROC data.
 class SimilarityKDistanceVisualization
          A k-distance visualization for similarities.
 

Uses of Renderable in com.rapidminer.operator.learner.functions.neuralnet
 

Classes in com.rapidminer.operator.learner.functions.neuralnet that implement Renderable
 class ImprovedNeuralNetVisualizer
          Visualizes the improved neural net.
 class NeuralNetVisualizer
          Visualizes a neural net.
 class SimpleNeuralNetVisualizer
          Visualizes a simple neural net.
 

Uses of Renderable in com.rapidminer.operator.visualization
 

Classes in com.rapidminer.operator.visualization that implement Renderable
 class LiftParetoChart
          This object can usually not be passed to other operators but can simply be used for the inline visualization of a Lift Pareto chart (without a dialog).
 class SOMModelPlotter
          This class uses the SOM Plotter for displaying the classification behavior of every model.
 



Copyright © 2001-2009 by Rapid-I