Created
May 13, 2022 11:52
-
-
Save JakaKokosar/fbc8d49bec00779f510efc1dc3b2b8ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/Documents/phd/assignments/PASD/seminar/example $ java -jar clus.jar -ssl -forest settings.s | |
| Clus v2.11 - Software for Predictive Clustering | |
| Copyright (C) 2007, 2008, 2009, 2010 | |
| Katholieke Universiteit Leuven, Leuven, Belgium | |
| Jozef Stefan Institute, Ljubljana, Slovenia | |
| This program is free software and comes with ABSOLUTELY NO | |
| WARRANTY. You are welcome to redistribute it under certain | |
| conditions. Type 'clus -copying' for distribution details. | |
| Loading 'settings' | |
| Reading ARFF Header | |
| Reading CSV Data | |
| Found 836 rows | |
| Space required by nominal attributes: 4 bytes/tuple regular, 0 bytes/tuple bitwise | |
| Clustering attributes check ==> #nominal: 1 #numeric: 727 | |
| Has missing values: true | |
| Time: 13. 05. 2022 13:44:29 | |
| Run: 01 | |
| Verbose: 1 | |
| SSL Metohd: PCT | |
| Base method: Ensemble Classifier | |
| UnlabeledData not set. Unlabeled examples will be selected from training set (Percentage labeled = 1.0) | |
| Loading 'colon_deaths_test.csv.arff' | |
| Memory And Time Optimization = false | |
| Out-Of-Bag Estimate of the error = false | |
| Perform Feature Ranking = false | |
| Number of feature rankings computed: 0 | |
| Ensemble Method: Random Forest | |
| java.lang.reflect.InaccessibleObjectException: Unable to make field private transient java.util.NavigableMap java.util.TreeSet.m accessible: module java.base does not "opens java.util" to unnamed module @486bb9ce | |
| java.lang.reflect.InaccessibleObjectException: Unable to make field private transient java.util.NavigableMap java.util.TreeSet.m accessible: module java.base does not "opens java.util" to unnamed module @486bb9ce | |
| at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) | |
| at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) | |
| at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:180) | |
| at java.base/java.lang.reflect.Field.setAccessible(Field.java:174) | |
| at si.ijs.kt.clus.util.cloner.Cloner.addAll(Cloner.java:637) | |
| at si.ijs.kt.clus.util.cloner.Cloner.allFields(Cloner.java:652) | |
| at si.ijs.kt.clus.util.cloner.Cloner.registerStaticFields(Cloner.java:222) | |
| at si.ijs.kt.clus.util.cloner.Cloner.registerKnownConstants(Cloner.java:206) | |
| at si.ijs.kt.clus.util.cloner.Cloner.init(Cloner.java:108) | |
| at si.ijs.kt.clus.util.cloner.Cloner.<init>(Cloner.java:73) | |
| at si.ijs.kt.clus.ext.ensemble.ClusEnsembleInduce.induceBagging(ClusEnsembleInduce.java:671) | |
| at si.ijs.kt.clus.ext.ensemble.ClusEnsembleInduce.induceAll(ClusEnsembleInduce.java:422) | |
| at si.ijs.kt.clus.ext.ensemble.ClusEnsembleInduce.induceSingleUnpruned(ClusEnsembleInduce.java:488) | |
| at si.ijs.kt.clus.ext.semisupervised.ClusSemiSupervisedPCTs.induceSingleUnpruned(ClusSemiSupervisedPCTs.java:138) | |
| at si.ijs.kt.clus.algo.ClusInductionAlgorithm.induceAll(ClusInductionAlgorithm.java:127) | |
| at si.ijs.kt.clus.algo.ClusInductionAlgorithmType.induceAll(ClusInductionAlgorithmType.java:112) | |
| at si.ijs.kt.clus.Clus.induce(Clus.java:508) | |
| at si.ijs.kt.clus.Clus.singleRunMain(Clus.java:1403) | |
| at si.ijs.kt.clus.Clus.singleRun(Clus.java:1356) | |
| at si.ijs.kt.clus.Clus.main(Clus.java:1997) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment