Package moa.clusterers.outliers.AnyOut
Class AnyOut
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.options.AbstractOptionHandler
-
- moa.clusterers.AbstractClusterer
-
- moa.clusterers.outliers.MyBaseOutlierDetector
-
- moa.clusterers.outliers.AnyOut.AnyOut
-
- All Implemented Interfaces:
Configurable
,Serializable
,Clusterer
,AWTRenderable
,MOAObject
,OptionHandler
public class AnyOut extends MyBaseOutlierDetector
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class moa.clusterers.outliers.MyBaseOutlierDetector
MyBaseOutlierDetector.Outlier, MyBaseOutlierDetector.OutlierNotifier, MyBaseOutlierDetector.PrintMsg, MyBaseOutlierDetector.ProgressInfo, MyBaseOutlierDetector.StdPrintMsg
-
-
Field Summary
-
Fields inherited from class moa.clusterers.outliers.MyBaseOutlierDetector
bShowProgress, bStopAlgorithm, bTrace, iMaxMemUsage, myOut, myProgressInfo, nRangeQueriesExecuted, nTimePerObj, nTotalRunTime, outlierNotifier, random, windowSizeOption
-
Fields inherited from class moa.clusterers.AbstractClusterer
clustererRandom, clustering, evaluateMicroClusteringOption, modelContext, randomSeed, randomSeedOption, trainingWeightSeenByModel
-
Fields inherited from class moa.options.AbstractOptionHandler
config
-
-
Constructor Summary
Constructors Constructor Description AnyOut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getObjectInfo(Object o)
Options
getOptions()
Gets the options of this objectString
getPurposeString()
Dictionary with option texts and objectsString
getStatistics()
protected void
Init()
protected boolean
IsNodeIdInWin(long id)
protected void
ProcessNewStreamObj(Instance i)
void
resetLearningImpl()
-
Methods inherited from class moa.clusterers.outliers.MyBaseOutlierDetector
AddOutlier, getClusteringResult, getInstanceValues, GetMemoryUsage, getMicroClusteringResult, getModelDescription, getModelMeasurementsImpl, GetOutliersFound, getOutliersResult, getTimePerObj, getVotesForInstance, implementsMicroClusterer, isRandomizable, keepClassLabel, Print, Printf, PrintInstance, Println, PrintOutliers, processNewInstanceImpl, RemoveExpiredOutlier, RemoveOutlier, SetMessagePrinter, SetProgressInterval, SetShowProgress, SetTrace, SetUserInfo, ShowProgress, ShowProgress, trainOnInstanceImpl, UpdateMaxMemUsage
-
Methods inherited from class moa.clusterers.AbstractClusterer
adjustParameters, contextIsCompatible, copy, getAttributeNameString, getAWTRenderer, getClassLabelString, getClassNameString, getDescription, getModelContext, getModelMeasurements, getNominalValueString, getSubClusterers, modelAttIndexToInstanceAttIndex, modelAttIndexToInstanceAttIndex, prepareForUseImpl, resetLearning, setModelContext, setRandomSeed, trainingHasStarted, trainingWeightSeenByModel, trainOnInstance
-
Methods inherited from class moa.options.AbstractOptionHandler
getCLICreationString, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUse
-
Methods inherited from class moa.AbstractMOAObject
copy, measureByteSize, measureByteSize, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface moa.MOAObject
measureByteSize
-
Methods inherited from interface moa.options.OptionHandler
getCLICreationString, prepareForUse, prepareForUse
-
-
-
-
Method Detail
-
resetLearningImpl
public void resetLearningImpl()
- Overrides:
resetLearningImpl
in classMyBaseOutlierDetector
-
Init
protected void Init()
- Overrides:
Init
in classMyBaseOutlierDetector
-
ProcessNewStreamObj
protected void ProcessNewStreamObj(Instance i)
- Overrides:
ProcessNewStreamObj
in classMyBaseOutlierDetector
-
getPurposeString
public String getPurposeString()
Description copied from class:AbstractOptionHandler
Dictionary with option texts and objects- Specified by:
getPurposeString
in interfaceOptionHandler
- Overrides:
getPurposeString
in classAbstractClusterer
- Returns:
- the string with the purpose of this object
-
getOptions
public Options getOptions()
Description copied from interface:OptionHandler
Gets the options of this object- Specified by:
getOptions
in interfaceOptionHandler
- Overrides:
getOptions
in classAbstractOptionHandler
- Returns:
- the options of this object
-
IsNodeIdInWin
protected boolean IsNodeIdInWin(long id)
- Overrides:
IsNodeIdInWin
in classMyBaseOutlierDetector
-
getObjectInfo
public String getObjectInfo(Object o)
- Overrides:
getObjectInfo
in classMyBaseOutlierDetector
-
getStatistics
public String getStatistics()
- Overrides:
getStatistics
in classMyBaseOutlierDetector
-
-