Package adams.core
Interface TechnicalInformationHandler
-
- All Known Subinterfaces:
ControlChart,ControlChartWithSampleSize,IndividualsControlChart,MatrixControlChart,SamplesControlChart
- All Known Implementing Classes:
AbstractControlChart,AbstractControlChartWithSampleSize,AbstractFastWavelet,AbstractFFT,AbstractLOWESS,AbstractLOWESSBased,AbstractMultiClassPLS,AbstractPLS,AbstractSavitzkyGolay,AbstractSavitzkyGolayBased,AbstractSAX,AbstractSimpleSavitzkyGolay,AbstractSingleClassPLS,AndrewsCurvesGenerator,ArrayAndrewsCurves,ArrayAngle,ArrayHistogram,ArrayKendallTheil,AutoColorCorrelogram,AverageSilhouetteCoefficient,BruteForce,CannyEdgeDetection,CChart,CEDD,DateFormat,DensityBinning,DIPLS,FCTH,FFT,FreedmanDiaconisChoiceBinning,FrequencyBinning,FuzzyOpponentHistogram,GIMP,GrayWorld,JointHistogram,KendallTheilOverlayPaintlet,KernelPLS,LocalBinaryPatternsAndOpponent,Lowess,LOWESS,LOWESSOverlayPaintlet,LowessPaintlet,MOACUSUM,MOAPageHinkley,NIPALS,NPChart,OPLS,OpponentHistogram,Otsu,PChart,PHOG,PLS1,PRM,RankAndOpponent,ReportDate,ReportDateFieldPaintlet,ReportDateFieldRangePaintlet,RiceRuleBinning,SavitzkyGolay,SavitzkyGolay,ScottsNormalReferenceRuleBinning,ScpFrom,ScpTo,SFTPDelete,SFTPGet,SFTPSend,SignalToNoiseRatio,SignalToNoiseRatio,SimpleCentrist,SimpleSavitzkyGolay,SIMPLS,SparsePLS,SpatialPyramidAutoColorCorrelogram,SpatialPyramidCEDD,SpatialPyramidCentrist,SpatialPyramidFCTH,SquareRootChoiceBinning,SSHConnection,SSHExec,SturgesFormulaBinning,TimeseriesFastWavelet,TimeseriesFFT,TimeseriesLOWESS,TimeseriesLOWESSBased,TimeseriesSavitzkyGolay,TimeseriesSavitzkyGolayBased,TimeseriesSAX,TimeToString,UChart,VCPLS,WhitePatch,X11ColorProvider,XBarRChart,XBarSChart,XGBoost
public interface TechnicalInformationHandlerFor classes that are based on some kind of publications. They return a TechnicalInformation object filled with the data of the publication.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
TechnicalInformation,TechnicalInformationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TechnicalInformationgetTechnicalInformation()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.
-
-
-
Method Detail
-
getTechnicalInformation
TechnicalInformation getTechnicalInformation()
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.- Returns:
- the technical information about this class
-
-