SweepPrediction {SweepDiscovery}R Documentation

SweepPrediction

Description

SweepPrediction

Usage

SweepPrediction(Traindata = NULL, Newdata)

Arguments

Traindata

Dataset for training

Newdata

New data for prediction

Value

References

Examples


library("SweepDiscovery")
data <- system.file("extdata", "data.csv", package = "SweepDiscovery")
Data<- read.csv(data)
pred<-SweepPrediction(Traindata=NULL,Newdata=Data)


[Package SweepDiscovery version 0.1.1 Index]