[Subgroup-commits] r20 - pkg/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 3 22:22:20 CEST 2014
Author: atzmueller
Date: 2014-08-03 22:22:20 +0200 (Sun, 03 Aug 2014)
New Revision: 20
Removed:
pkg/tests/test.R
Log:
reorganize package in pkg/<subdirectory>
Deleted: pkg/tests/test.R
===================================================================
--- pkg/tests/test.R 2014-08-03 20:20:49 UTC (rev 19)
+++ pkg/tests/test.R 2014-08-03 20:22:20 UTC (rev 20)
@@ -1,28 +0,0 @@
-###############################################################################
-# subgroup package R classes
-#
-# This file is part of the R subgroup package.
-# Copyright (C) 2011-2014 by Martin Atzmueller
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-# Contact: Martin Atzmueller (martin at atzmueller.net)
-###############################################################################
-
-library(subgroup)
-
-data(credit.data)
-
-patterns.from.data.table <- DiscoverSubgroups(credit.data, as.target("class", "bad"))
-result.data.frame <- ToDataFrame(patterns.from.data.table)
\ No newline at end of file
More information about the Subgroup-commits
mailing list