Skip to content

Commit a13b3fb

Browse files
committed
docs:Better example code and references.
1 parent 6f9165a commit a13b3fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ClassifierEnsembles.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
1919
Written by Anton Antonov,
20-
antononcube @ gmail . com,
20+
ʇǝu˙oǝʇsod@ǝqnɔuouoʇuɐ,
2121
Windermere, Florida, USA.
2222
*)
2323

@@ -80,7 +80,7 @@ Mathematica is (C) Copyright 1988-2016 Wolfram Research, Inc.
8080
8181
## Create a classifier ensemble
8282
83-
aCLs = EnsembleClassify[Automatic, trainingData[[All, 1 ;; -2]] -> trainingData[[All, -1]]]
83+
aCLs = EnsembleClassifier[Automatic, trainingData[[All, 1 ;; -2]] -> trainingData[[All, -1]]]
8484
8585
8686
## Classify a record

VariableImportanceByClassifiers.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
1818
Written by Anton Antonov,
19-
antononcube@gmail.com,
19+
ʇǝu˙oǝʇsod@ǝqnɔuouoʇuɐ,
2020
Windermere, Florida, USA.
2121
*)
2222

0 commit comments

Comments
 (0)