BigQuic_object-class {BigQuic}R Documentation

Class "BigQuic_object"

Description

Reference Class that holds all the relevant results of the BigQuic computation.

Extends

All reference classes extend and inherit methods from "envRefClass".

Fields

precision_matrices:

Object of class list ~~

X:

Object of class matrix ~~

inputFileName:

Object of class character ~~

lambda:

Object of class numeric ~~

numthreads:

Object of class numeric ~~

maxit:

Object of class numeric ~~

epsilon:

Object of class numeric ~~

k:

Object of class numeric ~~

memory_size:

Object of class numeric ~~

verbose:

Object of class numeric ~~

isnormalized:

Object of class numeric ~~

seed:

Object of class numeric ~~

use_ram:

Object of class logical ~~

clean:

Object of class logical ~~

output_file_names:

Object of class character ~~

opt.lambda:

Object of class numeric ~~

inFlag:

Object of class logical ~~

outFlag:

Object of class logical ~~

Methods

cleanFiles(verbose):

~~

setOptLambda(optLambda):

~~

setX(inputX):

~~

setSeed(inputSeed):

~~

Examples

showClass("BigQuic_object")

[Package BigQuic version 1.1-13 Index]