- c - Variable in class stream.data.Encrypt
-
- calculateAccuracy() - Method in class stream.learner.evaluation.ConfusionMatrix
-
Calculates and returns the overall accuracy for this confusion matrix in
range [0,1].
- calculateAccuracy() - Method in class stream.learner.evaluation.TableOfConfusion
-
Calculates and returns the accuracy value.
- calculateFScore() - Method in class stream.learner.evaluation.TableOfConfusion
-
Calculates and returns the f-score value.
- calculatePrecision() - Method in class stream.learner.evaluation.TableOfConfusion
-
Calculates and returns the precision value.
- calculateRecall() - Method in class stream.learner.evaluation.TableOfConfusion
-
Calculates and returns the recall value.
- calculateSpecificity() - Method in class stream.learner.evaluation.TableOfConfusion
-
Calculates and returns the specificity value.
- capacity - Variable in class stream.data.storage.Store
-
- checkClientTrusted(X509Certificate[], String) - Method in class stream.util.TrustAllManager
-
- CheckDataAvailability - Class in stream.data
-
- CheckDataAvailability() - Constructor for class stream.data.CheckDataAvailability
-
- checkServerTrusted(X509Certificate[], String) - Method in class stream.util.TrustAllManager
-
- children - Variable in class stream.parser.DefaultTreeParser.DefaultTreeNode
-
- children() - Method in class stream.parser.DefaultTreeParser.DefaultTreeNode
-
- choose() - Method in class stream.generator.MixedStream
-
- chunks - Variable in class stream.net.DataTap.ClientHandler
-
- cipher - Variable in class stream.data.Encrypt
-
- CIPHER_KEY - Static variable in class stream.data.Encrypt
-
- classes - Variable in class stream.data.RemoveTypes
-
- CLASSES - Static variable in class stream.util.DocFinder
-
- ClassFinder - Class in stream.util
-
- ClassFinder() - Constructor for class stream.util.ClassFinder
-
- clear() - Method in class stream.statistics.History
-
- clientBufferSize - Variable in class stream.net.DataTapSink
-
The buffer size (number of items) used for each client
- clientExited(DataTap.ClientHandler) - Method in class stream.net.DataTap.ServerThread
-
- ClientHandler(DataTap.ServerThread, Socket, boolean) - Constructor for class stream.net.DataTap.ClientHandler
-
- clients - Variable in class stream.net.DataTap.ServerThread
-
- clock - Variable in class stream.monitor.DataRate
-
- close() - Method in class stream.generator.ColtGaussianStream
-
- close() - Method in class stream.generator.GaussianStream
-
- close() - Method in class stream.io.AbstractLineStream
-
- close(Connection) - Method in class stream.io.AbstractSQLProcessor
-
- close() - Method in class stream.io.active.SimpleActiveStream
-
- close() - Method in class stream.io.DataObjectStream
-
- close() - Method in class stream.io.ListDataStream
-
- close() - Method in class stream.io.multi.AbstractMultiStream
-
- close() - Method in class stream.io.ProcessStream
-
- close() - Method in class stream.io.SQLStream
-
- close() - Method in class stream.io.SvmLightStream
-
- close() - Method in class stream.monitor.VmStats
-
- close() - Method in class stream.net.BufferedDataObjectStream
-
Closes / Resets this connection such that all resources are freed and the
next invocation of
AbstractStream.getInputStream() will return a fresh new
connection to the target.
- close() - Method in class stream.net.Connection
-
- close() - Method in class stream.net.ConnectionHandler
-
- close() - Method in class stream.net.DataTapSink
- close() - Method in class stream.net.UDPStream
-
- closed - Variable in class stream.io.CsvWriter
-
- cnt - Variable in class stream.io.DataObjectWriter
-
- codec - Variable in class streams.codec.Kryo
-
- ColtGaussian - Class in stream.generator
-
This class implements a gaussian distributor.
- ColtGaussian(Double, Double, Long) - Constructor for class stream.generator.ColtGaussian
-
- ColtGaussian(Double, Double) - Constructor for class stream.generator.ColtGaussian
-
- ColtGaussianStream - Class in stream.generator
-
- ColtGaussianStream() - Constructor for class stream.generator.ColtGaussianStream
-
Create a new Gaussian stream with the given number of classes.
- columns - Variable in class stream.io.CsvStream
-
- columns - Variable in class stream.io.SQLStream
-
- columns - Variable in class stream.io.SQLWriter
-
- columns - Variable in class stream.lookup.SQLDatabase
-
- columnTypeDefs - Variable in class stream.io.sql.DatabaseDialect
-
- command - Variable in class stream.io.ProcessStream
-
- CommandLineArgs - Class in stream.util
-
- CommandLineArgs(String[]) - Constructor for class stream.util.CommandLineArgs
-
- compareTo(NumericalBinning.Bucket) - Method in class stream.data.NumericalBinning.Bucket
-
- components - Variable in class stream.service.Dashboard
-
- compute(TreeNode) - Method in class stream.data.tree.AbstractTreeFeature
-
- compute(TreeNode) - Method in class stream.data.tree.CountLeaves
-
- compute(TreeNode) - Method in class stream.data.tree.CountNodes
-
- compute(TreeNode) - Method in class stream.data.tree.Height
-
- compute(TreeNode) - Method in interface stream.data.tree.TreeFeature
-
- computeIV(String, String) - Static method in class stream.data.Encrypt
-
- condition - Variable in class stream.logger.Message
-
- confusionMatrices - Variable in class stream.learner.evaluation.PredictionError
-
- ConfusionMatrix<T extends Serializable> - Class in stream.learner.evaluation
-
This is a data structure for dealing with label-pair-relations.
- ConfusionMatrix() - Constructor for class stream.learner.evaluation.ConfusionMatrix
-
Creates a new ConfusionMatrix instance with an empty list of labels.
- ConfusionMatrix(List<T>) - Constructor for class stream.learner.evaluation.ConfusionMatrix
-
Creates a new ConfusionMatrix instance.
- confusionMatrix - Variable in class stream.learner.evaluation.ConfusionMatrix
-
Array which stores the counts of classification instances (pairs of true
and predicted labels)
- connect() - Method in class stream.net.BufferedDataObjectStream
-
Connects to the specified URL.
- connect() - Method in class stream.net.TcpSender
-
- connected - Variable in class stream.net.BufferedDataObjectStream
-
- connection - Variable in class stream.io.SQLStream
-
- connection - Variable in class stream.io.SQLWriter
-
- connection - Variable in class stream.lookup.SQLDatabase
-
- Connection - Class in stream.net
-
This thread represents one client.
It maintains all resources associated with the client:
The socket
The object send buffer
The
OutputStream
and dispatches the buffered data items to the client
- Connection(ConnectionHandler) - Constructor for class stream.net.Connection
-
- connectionHandler - Variable in class stream.net.Connection
-
- ConnectionHandler - Class in stream.net
-
This thread maintains all clients.
- ConnectionHandler(ExecutorService, ServerSocket) - Constructor for class stream.net.ConnectionHandler
-
- connectionHandler - Variable in class stream.net.DataTapSink
-
- connectionRetries - Variable in class stream.net.BufferedDataObjectStream
-
the maximum amount of connection retries before the general connection
attempt finally fails
- connections - Variable in class stream.net.ConnectionHandler
-
- connectionSocket - Variable in class stream.net.ConnectionHandler
-
- contains(char[], char) - Method in class stream.parser.DefaultTreeParser
-
- count - Variable in class stream.generator.GaussianStream
-
- count - Variable in class stream.io.SQLWriter
-
- count - Variable in class stream.learner.evaluation.PredictionError
-
- count - Variable in class stream.monitor.DataRate
-
- count - Variable in class stream.statistics.Average
-
- Count - Class in stream.statistics
-
- Count() - Constructor for class stream.statistics.Count
-
- count - Variable in class stream.statistics.CountServiceLearner
-
- CountCheck - Class in stream.statistics
-
- CountCheck() - Constructor for class stream.statistics.CountCheck
-
- counter - Static variable in class stream.io.DirectoryStream
-
- CountInnerNodes - Class in stream.data.tree
-
- CountInnerNodes() - Constructor for class stream.data.tree.CountInnerNodes
-
- CountLeaves - Class in stream.data.tree
-
- CountLeaves() - Constructor for class stream.data.tree.CountLeaves
-
- CountNodes - Class in stream.data.tree
-
- CountNodes() - Constructor for class stream.data.tree.CountNodes
-
- counts - Variable in class stream.statistics.CountServiceLearner
-
- countService - Variable in class stream.statistics.CountCheck
-
- CountService - Interface in stream.statistics
-
- CountServiceLearner - Class in stream.statistics
-
- CountServiceLearner() - Constructor for class stream.statistics.CountServiceLearner
-
- createFeatureKey(String) - Method in class stream.data.tree.AbstractTreeFeature
-
- createFeatureKey(String) - Method in class stream.data.tree.CountLeaves
-
- createFeatureKey(String) - Method in class stream.data.tree.Height
-
- createFeatureKey(String) - Method in interface stream.data.tree.TreeFeature
-
- createHeader(Data) - Method in class stream.io.CsvWriter
-
- CreateID - Class in stream.data
-
This class adds a single ID attribute to all processed items.
- CreateID() - Constructor for class stream.data.CreateID
-
- createTable(String, Map<String, Class<?>>) - Method in class stream.io.AbstractSQLProcessor
-
- createUrl(String) - Method in class stream.io.multi.DirectoryMultiStream
-
- CsvDatabase - Class in stream.lookup
-
An implementation of the AbstractDatabase lookup service, that reads data
from a CSV file at initialization time.
- CsvDatabase() - Constructor for class stream.lookup.CsvDatabase
-
- CsvStream - Class in stream.io
-
- CsvStream(SourceURL) - Constructor for class stream.io.CsvStream
-
- CsvStream(InputStream) - Constructor for class stream.io.CsvStream
-
- CsvStream(InputStream, String) - Constructor for class stream.io.CsvStream
-
- CsvStream(InputStream, Charset, String) - Constructor for class stream.io.CsvStream
-
- CsvStream(SourceURL, String) - Constructor for class stream.io.CsvStream
-
- CsvUpload - Class in stream.io
-
Deprecated.
- CsvUpload(URL) - Constructor for class stream.io.CsvUpload
-
Deprecated.
- CsvWriter - Class in stream.io
-
This class implements a simple CSV output writer.
- CsvWriter() - Constructor for class stream.io.CsvWriter
-
- CsvWriter(URL) - Constructor for class stream.io.CsvWriter
-
- CsvWriter(File) - Constructor for class stream.io.CsvWriter
-
Create a new DataStreamWriter which writes all data to the given file.
- CsvWriter(OutputStream) - Constructor for class stream.io.CsvWriter
-
- CsvWriter(OutputStream, String) - Constructor for class stream.io.CsvWriter
-
- CsvWriter(File, String) - Constructor for class stream.io.CsvWriter
-
- current - Variable in class stream.io.BinaryWriter
-
- currentBlock - Variable in class stream.io.JSONBlockWriter
-
- currentStatistics - Variable in class stream.statistics.Count
-