Uses of Class
moa.gui.experimentertab.Stream
-
Packages that use Stream Package Description moa.gui.experimentertab moa.gui.experimentertab.statisticaltests -
-
Uses of Stream in moa.gui.experimentertab
Fields in moa.gui.experimentertab with type parameters of type Stream Modifier and Type Field Description List<Stream>
Summary. streams
The list of the streamsMethod parameters in moa.gui.experimentertab with type arguments of type Stream Modifier and Type Method Description List<Measure>[]
Algorithm. getMeasuresPerData(List<Stream> stream)
Returns a list of measures per dataset.Constructor parameters in moa.gui.experimentertab with type arguments of type Stream Constructor Description Summary(List<Stream> streams, String path)
Summary Constructor -
Uses of Stream in moa.gui.experimentertab.statisticaltests
Fields in moa.gui.experimentertab.statisticaltests with type parameters of type Stream Modifier and Type Field Description List<Stream>
StatisticalTest. streams
Constructor parameters in moa.gui.experimentertab.statisticaltests with type arguments of type Stream Constructor Description StatisticalTest(List<Stream> streams)
Constructor.
-