tests/testsuite/test_FLVarCluster.R

test_that("FLVarCluster works ",{
    deeptable  <- FLTable(getTestTableName("tblLogRegr"), 
                    "ObsID",
                    "VarID",
                    "Num_Val",
                    whereconditions=c("ObsID < 1001"))
    clustervector <- FLVarCluster(deeptable,
                                    0.75,
                                    "COVAR",
                                    whereconditions=" VarID>0 ")
})
Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.