com.rapidminer.operator
Interface ResultObject

All Superinterfaces:
IOObject, java.io.Serializable
All Known Subinterfaces:
ExampleSet, FormulaProvider, Model, ViewModel
All Known Implementing Classes:
AbsoluteError, AbstractEigenvectorModel, AbstractExampleSet, AbstractModel, AbstractMySVMModel, AbstractNormalizationModel, AdaBoostModel, AdditiveRegressionModel, AnovaCalculator.AnovaSignificanceTestResult, ANOVAMatrix, AreaUnderCurve, AreaUnderCurve.Neutral, AreaUnderCurve.Optimistic, AreaUnderCurve.Pessimistic, AssociationRules, AttributeBasedVotingModel, AttributeDefaultModel, AttributeSelectionExampleSet, AttributeWeight, AttributeWeightedExampleSet, AttributeWeights, Averagable, AverageVector, BaggingModel, BayBoostModel, Binary2MultiClassModel, BinaryClassificationPerformance, CentroidClusterModel, ClassificationCostCriterion, ClusterModel, ConditionedExampleSet, ConjunctiveRuleModel, CorrelationCriterion, CrossEntropy, DataStatistics, DefaultModel, DendogramHierarchicalClusterModel, Dictionary, DimensionalityReducerModel, DiscretizationModel, DiscriminantModel, DistributionModel, EstimatedPerformance, EvoSVMModel, FastICAModel, FastMarginModel, FlatFuzzyClusterModel, FrequentItemSets, GHAModel, GPModel, GroupedModel, GSPSet, GSSModel, HeaderExampleSet, HierarchicalClusterModel, HierarchicalModel, HierarchicalMultiClassModel, HyperModel, HyperplaneModel, IGSSResult, ImprovedNeuralNetModel, IOObjectCollection, IQRNormalizationModel, JMySVMModel, KernelDistributionModel, KernelLogisticRegressionModel, KernelModel, KernelPCAModel, KNNClassificationModel, KNNRegressionModel, LenientRelativeError, LibSVMModel, LiftParetoChart, LinearMySVMModel, LinearRegressionModel, LocalPolynomialRegressionModel, LogisticLoss, LogisticRegressionModel, MappedExampleSet, Margin, MDLCriterion, MeasuredPerformance, MetaCostModel, MinMaxCriterion, MinMaxNormalizationModel, ModelViewExampleSet, MultiClassificationPerformance, MultiCriterionDecisionStumps.DecisionStumpModel, MultiModelByRegression, MyKLRModel, NeuralNetModel, NoiseModel, NominalToBinominalModel, NonSpecialAttributesExampleSet, NormalizedAbsoluteError, NumericalMatrix, ParameterSet, PCAModel, PerformanceCriterion, PerformanceVector, PlattScalingModel, PolynomialRegressionModel, PredictionAverage, PredictionModel, PreprocessingModel, ProportionNormalizationModel, RainflowMatrix, RandomForestModel, RankCorrelation, RankingCriterion, RelativeError, RelativeRegressionModel, RemappedExampleSet, ReplaceMissingExampleSet, ResultObjectAdapter, ROCComparison, RootMeanSquaredError, RootRelativeSquaredError, RuleModel, RuleSet, RunVector, RVMModel, SDEnsemble, SeeminglyUnrelatedRegressionModel, SignificanceTestResult, SimilarityExampleSet, SimilarityMeasureObject, SimpleBinaryPredictionModel, SimpleClassificationError, SimpleCriterion, SimpleDistributionModel, SimpleExampleSet, SimpleNeuralNetModel, SimplePredictionModel, SimpleResultObject, SimpleVoteModel, SingleExampleExampleSet, SoftMarginLoss, SOMDimensionalityReductionModel, SOMModelVisualization.SOMModelVisualizationResult, SortedExampleSet, SplittedExampleSet, SquaredCorrelationCriterion, SquaredError, StackingModel, StrictRelativeError, Threshold, ThresholdModel, TransformedRegressionModel, TransitionGraph, TreeModel, TTestSignificanceTestOperator.TTestSignificanceTestResult, UpdateablePredictionModel, ValueReplenishmentModel, VectorRegressionModel, WeightedMultiClassPerformance, ZTransformationModel

public interface ResultObject
extends IOObject

This interface extends IOObject and is hence an object which can be handled by operators. Additionally this object is a result and can be of interest for a user. ResultWriters can write the results in a result file.

Author:
Ingo Mierswa
See Also:
ResultWriter

Method Summary
 java.util.List getActions()
          Deprecated. Action concept for GUI components removed from result objects
 java.lang.String getName()
          Defines the name of this result object.
 javax.swing.Icon getResultIcon()
          Returns an icon used for displaying the results.
 java.lang.String toResultString()
          Result string will be displayed in result files written with a ResultWriter operator.
 
Methods inherited from interface com.rapidminer.operator.IOObject
appendOperatorToHistory, copy, getAnnotations, getLog, getProcessingHistory, getSource, setLoggingHandler, setSource, write
 

Method Detail

getName

java.lang.String getName()
Defines the name of this result object.


toResultString

java.lang.String toResultString()
Result string will be displayed in result files written with a ResultWriter operator.


getResultIcon

javax.swing.Icon getResultIcon()
Returns an icon used for displaying the results. May return null.


getActions

@Deprecated
java.util.List getActions()
Deprecated. Action concept for GUI components removed from result objects

Returns a list of actions (e.g. "save") that is displayed below (or near to) the visualisation component.



Copyright © 2001-2009 by Rapid-I