Class AbstractActualVsPredictedHtmlProcessor
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.flow.transformer.actualvspredictedprocessor.AbstractActualVsPredictedProcessor<String>
-
- adams.flow.transformer.actualvspredictedprocessor.AbstractActualVsPredictedHtmlProcessor
-
- All Implemented Interfaces:
Destroyable,GlobalInfoSupporter,LoggingLevelHandler,LoggingSupporter,OptionHandler,SizeOfHandler,ActualVsPredictedHtmlProcessor,ActualVsPredictedProcessor<String>,Serializable
- Direct Known Subclasses:
ClassifierErrors,ClassifierErrorsKernelDensityEstimate
public abstract class AbstractActualVsPredictedHtmlProcessor extends AbstractActualVsPredictedProcessor<String> implements ActualVsPredictedHtmlProcessor
Ancestor for processors that generate HTML output from a spreadsheet with actual vs predicted data.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringm_Titlethe title to use.-
Fields inherited from class adams.core.option.AbstractOptionHandler
m_OptionManager
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description AbstractActualVsPredictedHtmlProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefineOptions()Adds options to the internal list of options.protected StringgeneratedByAdams()Generates a comment with what was used to generate the output.Classgenerates()Returns the type of output the processor generates.StringgetTitle()Returns the title to use.voidsetTitle(String value)Sets the title to use.StringtitleTipText()Returns the tip text for this property.-
Methods inherited from class adams.flow.transformer.actualvspredictedprocessor.AbstractActualVsPredictedProcessor
check, doProcess, getActualNumeric, getAdditional, getPredictedNumeric, process
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, globalInfo, initialize, loggingLevelTipText, newOptionManager, reset, toCommandLine, toString
-
Methods inherited from class adams.core.logging.CustomLoggingLevelObject
setLoggingLevel
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adams.flow.transformer.actualvspredictedprocessor.ActualVsPredictedProcessor
process
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, getOptionManager, toCommandLine
-
-
-
-
Field Detail
-
m_Title
protected String m_Title
the title to use.
-
-
Method Detail
-
defineOptions
public void defineOptions()
Adds options to the internal list of options.- Specified by:
defineOptionsin interfaceOptionHandler- Overrides:
defineOptionsin classAbstractOptionHandler
-
setTitle
public void setTitle(String value)
Sets the title to use.- Specified by:
setTitlein interfaceActualVsPredictedHtmlProcessor- Parameters:
value- the title
-
getTitle
public String getTitle()
Returns the title to use.- Specified by:
getTitlein interfaceActualVsPredictedHtmlProcessor- Returns:
- the title
-
titleTipText
public String titleTipText()
Returns the tip text for this property.- Specified by:
titleTipTextin interfaceActualVsPredictedHtmlProcessor- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
generates
public Class generates()
Returns the type of output the processor generates.- Specified by:
generatesin interfaceActualVsPredictedProcessor<String>- Returns:
- the type of output
-
generatedByAdams
protected String generatedByAdams()
Generates a comment with what was used to generate the output.- Returns:
- the comment
-
-