Learn R Programming

⚠️There's a newer version (2.0-3) of this package.Take me there.

stream (version 0.1-1)

Infrastructure for Data Stream Mining

Description

A framework for data stream modeling and associated data mining tasks such as clustering and classification. The development of this package was supported in part by NSF IIS-0948893 and NIH R21HG005912.

Copy Link

Version

Install

install.packages('stream')

Monthly Downloads

1,097

Version

0.1-1

License

GPL-2

Maintainer

Michael Hahsler

Last Published

August 19th, 2013

Functions in stream (0.1-1)

DSC_Kmeans

Kmeans Macro-clusterer
DSC_ClusTree

ClusTree Data Stream Clusterer
DSC_CluStream

CluStream Data Stream Clusterer
DSD_GaussianStatic

Static Gaussians Data Stream Generator
DSC_Hierarchical

Hierarchical Micro-Cluster Reclusterer
DSD_BarsAndGaussians

Data Stream Generator for Bars and Gaussians
DSD_UniformNoise

Uniform Noise Data Stream Generator
DSD_ScaleStream

Scale a Stream from a DSD
get_assignment

Assignment Data Points to Clusters
nclusters

nclusters
DSClass

Abstract Class for Data Stream Classifiers
prune_clusters

Prune Clusters from a Clustering
animation

Animates the plotting of a DSD and the clustering process
cluster

Cluster a Data Stream
write_stream

Write a Data Stream to a File
DSC_Static

Create as Static Copy of a Clustering
DSD_Target

Target Data Stream Generator
get_centers

Get Cluster Centers from a DSC
DSD_mlbenchData

A Wrapper for Data Sets from mlbench
DSD_Wrapper

A Data Stream Wrapper for Data Frames and Matrices)
DSC_tNN

Threshold Nearest Neighbor (tNN) Data Stream Clustering Algorithm
plot

Plotting Data Stream Data and Clusterings
DSC_Mirco

Abstract Class for Micro Clusterers
DSC_MOA

DSC_MOA Class
evaluate

Evaluate Clusterings
microToMacro

Translate Micro-cluster IDs to Macro-cluster IDs
DSC_BIRCH

BIRCH Data Stream Clusterer
get_copy

Create a Deep Copy of a DSC Object
DSD_Cubes

Static Cubes Data Stream Generator
DSFP

Abstract Class for Frequent Pattern Mining Algorithms for Data Streams
DSC_Marco

Abstract Class for Macro Clusterers
DSD_GaussianMoving

Moving Gaussians Data Stream Generator
DSD

Data Stream Data Generator Base Class
DSD_mlbenchGenerator

mlbench Data Stream Generator
DST

Abstract Base Class for All Data Stream Mining Tasks
get_points

Get Points from a Data Stream Generator
reset_stream

Reset a Data Stream to its Beginning
recluster

Re-clustering micro-clusters
get_weights

Get Cluster Weights
DSC_DenStream

DenStream Data Stream Clusterer
DSC_DBSCAN

DBSCAN Macro-clusterer
DSC

Data Stream Clusterer Base Class
DSC_Sample

Extract a Fixed-size Sample from a Data Stream
DSD_ReadStream

Read a Data Stream from File
DSD_RandomRBFGeneratorEvents

Random RBF Generator Events Data Stream Generator