rriganed.broceliande.1.1.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broceliande Show documentation
Show all versions of broceliande Show documentation
This project provides a Java implementation of random forests.
Random forests use training sets to build decision trees.
Given an input (e.g. a person with age, gender, medical
background, symptoms) the result (e.g. a disease) of which is unknown,
random forests are able to predict the corresponding result.
The newest version!
<configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{5} - %msg%n</pattern> </encoder> </appender> <root level="DEBUG"> <appender-ref ref="STDOUT" /> </root> </configuration>