Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 26 found.
[1] < 1 2 3 > [3]  Sort:

idaDropModel (Package: ibmdbR) : Drop a predictive model from the database

Use this function to drop from the database a model that was created using the idaNaiveBayes, idaLm, idaTree, idaArule or idaKMeans function.
● Data Source: CranContrib
● Keywords:
● Alias: idaDropModel
● 0 images

idaSample (Package: ibmdbR) : Taking a random sample from a IDA data frame

This function draws a random sample from a IDA data frame (that is, an object of the class ida.data.frame).
● Data Source: CranContrib
● Keywords:
● Alias: idaSample
● 0 images

idaConnect, idaClose (Package: ibmdbR) :

These functions are used to open or close an existing IDA database connection.
● Data Source: CranContrib
● Keywords:
● Alias: idaClose, idaConnect
● 0 images

idaInit (Package: ibmdbR) : Initialize the In-Database Analytics functions

This function initializes the In-Database Analytics functions.
● Data Source: CranContrib
● Keywords:
● Alias: idaInit
● 0 images

ida.data.frame methods (Package: ibmdbR) : Available methods for ida.data.frame

ida.data.frame objects provide many methods that will behave exactly like or very similar to methods defined on a regular data.frame. The following is a list of currently supported methods: as.data.frame, sd, max, mean, min, length, print, names, colnames, summary, NROW, NCOL, dim, var, head, hist, cor, cov. Furthermore, the $ and [ operators allow you to select columns and rows and the $<- operator will allow you to add columns. For details see the documentation of ida.data.frame.
● Data Source: CranContrib
● Keywords:
● Alias: $,ida.data.frame-method, $<-,ida.data.frame-method, NCOL,ida.data.frame-method, NROW,ida.data.frame-method, [,ida.data.frame,ANY,ANY,ANY-method, [,ida.data.frame-method, as.data.frame,ida.data.frame-method, colnames,ida.data.frame-method, cor,ida.data.frame-method, cov,ANY,ANY-method, cov,ANY,ida.data.frame-method, cov,ida.data.frame,ANY-method, cov,ida.data.frame,ida.data.frame-method, dim,ida.data.frame-method, head,ida.data.frame-method, hist,ida.data.frame-method, length,ida.data.frame-method, max,ida.data.frame-method, mean,ida.data.frame-method, min,ida.data.frame-method, names,ida.data.frame-method, print,ida.data.frame-method, sd,ida.data.frame-method, summary,ida.data.frame-method, var,ida.data.frame-method
● 0 images

idaTree (Package: ibmdbR) : Decision and Regression tree

This function generates a tree model based on the contents of a IDA data frame (ida.data.frame).
● Data Source: CranContrib
● Keywords:
● Alias: idaTree
● 0 images

ibmdbR-package (Package: ibmdbR) :

In-database analytics functions operate directly on data in a database, rather than requiring that the data first be extracted to working memory. This lets you analyze large amounts of data that would be impractical or impossible to extract. It also avoids security issues associated with extracting data, and ensures that the data being analyzed is as current as possible. Some functions additionally use lazy loading to load only those parts of the data that are actually required, to further increase efficiency.
● Data Source: CranContrib
● Keywords:
● Alias: ibmdbR, ibmdbR-package
● 0 images

ida.col.def methods (Package: ibmdbR) : Available methods for ida.col.def

ida.col.def objects are used to define new columns of a ida.data.frame based on existing ones.
● Data Source: CranContrib
● Keywords:
● Alias: !,ida.col.def-method, as.character,ida.col.def-method, as.integer,ida.col.def-method, as.numeric,ida.col.def-method, as.vector,ida.col.def,ANY-method, as.vector,ida.col.def-method, db.is.null, format.ida.col.def, ifelse,ida.col.def-method, print,ida.col.def-method
● 0 images

ida.list (Package: ibmdbR) : Store and retrieve R objects in the database

A user can elect to store R objects in a database table rather than storing them in a workstation file system. This makes it easier for users to share objects, and simplifies backup tasks.
● Data Source: CranContrib
● Keywords:
● Alias: ida.list, is.ida.list
● 0 images

idaDeleteTable, idaExistTable, idaGetValidTableName (Package: ibmdbR) : Miscellaneous tools

These functions simplify working with database tables.
● Data Source: CranContrib
● Keywords:
● Alias: idaDeleteTable, idaExistTable, idaGetValidTableName, idaIsView
● 0 images