Uses of Class
moa.core.InstanceExample
-
Packages that use InstanceExample Package Description moa.streams moa.streams.clustering moa.streams.filters moa.streams.generators moa.streams.generators.cd moa.streams.generators.multilabel -
-
Uses of InstanceExample in moa.streams
Fields in moa.streams declared as InstanceExample Modifier and Type Field Description protected InstanceExample
ArffFileStream. lastInstanceRead
protected InstanceExample
MultiTargetArffFileStream. lastInstanceRead
Methods in moa.streams that return InstanceExample Modifier and Type Method Description InstanceExample
ArffFileStream. nextInstance()
InstanceExample
CachedInstancesStream. nextInstance()
InstanceExample
ConceptDriftRealStream. nextInstance()
InstanceExample
MultiTargetArffFileStream. nextInstance()
-
Uses of InstanceExample in moa.streams.clustering
Fields in moa.streams.clustering declared as InstanceExample Modifier and Type Field Description protected InstanceExample
FileStream. lastInstanceRead
protected InstanceExample
SimpleCSVStream. lastInstanceRead
Methods in moa.streams.clustering that return InstanceExample Modifier and Type Method Description InstanceExample
FileStream. nextInstance()
InstanceExample
RandomRBFGeneratorEvents. nextInstance()
InstanceExample
SimpleCSVStream. nextInstance()
-
Uses of InstanceExample in moa.streams.filters
Methods in moa.streams.filters that return InstanceExample Modifier and Type Method Description InstanceExample
AbstractStreamFilter. nextInstance()
InstanceExample
HashingTrickFilter. nextInstance()
InstanceExample
RandomProjectionFilter. nextInstance()
InstanceExample
RBFFilter. nextInstance()
InstanceExample
RemoveDiscreteAttributeFilter. nextInstance()
InstanceExample
ReplacingMissingValuesFilter. nextInstance()
InstanceExample
SelectAttributesFilter. nextInstance()
-
Uses of InstanceExample in moa.streams.generators
Methods in moa.streams.generators that return InstanceExample Modifier and Type Method Description InstanceExample
AgrawalGenerator. nextInstance()
InstanceExample
AssetNegotiationGenerator. nextInstance()
InstanceExample
HyperplaneGenerator. nextInstance()
InstanceExample
LEDGenerator. nextInstance()
InstanceExample
LEDGeneratorDrift. nextInstance()
InstanceExample
MixedGenerator. nextInstance()
InstanceExample
RandomRBFGenerator. nextInstance()
InstanceExample
RandomRBFGeneratorDrift. nextInstance()
InstanceExample
RandomTreeGenerator. nextInstance()
InstanceExample
SEAGenerator. nextInstance()
InstanceExample
SineGenerator. nextInstance()
InstanceExample
STAGGERGenerator. nextInstance()
InstanceExample
TextGenerator. nextInstance()
InstanceExample
WaveformGenerator. nextInstance()
InstanceExample
WaveformGeneratorDrift. nextInstance()
-
Uses of InstanceExample in moa.streams.generators.cd
Methods in moa.streams.generators.cd that return InstanceExample Modifier and Type Method Description InstanceExample
AbstractConceptDriftGenerator. nextInstance()
-
Uses of InstanceExample in moa.streams.generators.multilabel
Methods in moa.streams.generators.multilabel that return InstanceExample Modifier and Type Method Description InstanceExample
MetaMultilabelGenerator. nextInstance()
GenerateML.
-