jar

com.feedzai : openml-r-common

Maven & Gradle

Nov 26, 2020
2 usages
5 stars

R Feedzai OpenML commons · Contains classes and logic related with the import of a model generated in R

Table Of Contents

Latest Version

Download com.feedzai : openml-r-common JAR file - Latest Versions:

All Versions

Download com.feedzai : openml-r-common JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window openml-r-common-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.rosuda.REngine.Rserve

├─ org.rosuda.REngine.Rserve.RConnection.class - [JAR]

├─ org.rosuda.REngine.Rserve.RFileInputStream.class - [JAR]

├─ org.rosuda.REngine.Rserve.RFileOutputStream.class - [JAR]

├─ org.rosuda.REngine.Rserve.RSession.class - [JAR]

├─ org.rosuda.REngine.Rserve.RserveException.class - [JAR]

org.slf4j

├─ org.slf4j.ILoggerFactory.class - [JAR]

├─ org.slf4j.IMarkerFactory.class - [JAR]

├─ org.slf4j.Logger.class - [JAR]

├─ org.slf4j.LoggerFactory.class - [JAR]

├─ org.slf4j.MDC.class - [JAR]

├─ org.slf4j.Marker.class - [JAR]

├─ org.slf4j.MarkerFactory.class - [JAR]

org.slf4j.spi

├─ org.slf4j.spi.LocationAwareLogger.class - [JAR]

├─ org.slf4j.spi.LoggerFactoryBinder.class - [JAR]

├─ org.slf4j.spi.MDCAdapter.class - [JAR]

├─ org.slf4j.spi.MarkerFactoryBinder.class - [JAR]

org.rosuda.REngine

├─ org.rosuda.REngine.MutableREXP.class - [JAR]

├─ org.rosuda.REngine.REXP.class - [JAR]

├─ org.rosuda.REngine.REXPDouble.class - [JAR]

├─ org.rosuda.REngine.REXPEnvironment.class - [JAR]

├─ org.rosuda.REngine.REXPExpressionVector.class - [JAR]

├─ org.rosuda.REngine.REXPFactor.class - [JAR]

├─ org.rosuda.REngine.REXPGenericVector.class - [JAR]

├─ org.rosuda.REngine.REXPInteger.class - [JAR]

├─ org.rosuda.REngine.REXPJavaReference.class - [JAR]

├─ org.rosuda.REngine.REXPLanguage.class - [JAR]

├─ org.rosuda.REngine.REXPList.class - [JAR]

├─ org.rosuda.REngine.REXPLogical.class - [JAR]

├─ org.rosuda.REngine.REXPMismatchException.class - [JAR]

├─ org.rosuda.REngine.REXPNull.class - [JAR]

├─ org.rosuda.REngine.REXPRaw.class - [JAR]

├─ org.rosuda.REngine.REXPReference.class - [JAR]

├─ org.rosuda.REngine.REXPS4.class - [JAR]

├─ org.rosuda.REngine.REXPString.class - [JAR]

├─ org.rosuda.REngine.REXPSymbol.class - [JAR]

├─ org.rosuda.REngine.REXPUnknown.class - [JAR]

├─ org.rosuda.REngine.REXPVector.class - [JAR]

├─ org.rosuda.REngine.REXPWrapper.class - [JAR]

├─ org.rosuda.REngine.REngine.class - [JAR]

├─ org.rosuda.REngine.REngineCallbacks.class - [JAR]

├─ org.rosuda.REngine.REngineConsoleHistoryInterface.class - [JAR]

├─ org.rosuda.REngine.REngineEvalException.class - [JAR]

├─ org.rosuda.REngine.REngineException.class - [JAR]

├─ org.rosuda.REngine.REngineInputInterface.class - [JAR]

├─ org.rosuda.REngine.REngineOutputInterface.class - [JAR]

├─ org.rosuda.REngine.REngineStdOutput.class - [JAR]

├─ org.rosuda.REngine.REngineUIInterface.class - [JAR]

├─ org.rosuda.REngine.RFactor.class - [JAR]

├─ org.rosuda.REngine.RList.class - [JAR]

org.slf4j.event

├─ org.slf4j.event.EventConstants.class - [JAR]

├─ org.slf4j.event.EventRecodingLogger.class - [JAR]

├─ org.slf4j.event.Level.class - [JAR]

├─ org.slf4j.event.LoggingEvent.class - [JAR]

├─ org.slf4j.event.SubstituteLoggingEvent.class - [JAR]

org.slf4j.helpers

├─ org.slf4j.helpers.BasicMDCAdapter.class - [JAR]

├─ org.slf4j.helpers.BasicMarker.class - [JAR]

├─ org.slf4j.helpers.BasicMarkerFactory.class - [JAR]

├─ org.slf4j.helpers.FormattingTuple.class - [JAR]

├─ org.slf4j.helpers.MarkerIgnoringBase.class - [JAR]

├─ org.slf4j.helpers.MessageFormatter.class - [JAR]

├─ org.slf4j.helpers.NOPLogger.class - [JAR]

├─ org.slf4j.helpers.NOPLoggerFactory.class - [JAR]

├─ org.slf4j.helpers.NOPMDCAdapter.class - [JAR]

├─ org.slf4j.helpers.NamedLoggerBase.class - [JAR]

├─ org.slf4j.helpers.SubstituteLogger.class - [JAR]

├─ org.slf4j.helpers.SubstituteLoggerFactory.class - [JAR]

├─ org.slf4j.helpers.Util.class - [JAR]

org.rosuda.REngine.Rserve.protocol

├─ org.rosuda.REngine.Rserve.protocol.REXPFactory.class - [JAR]

├─ org.rosuda.REngine.Rserve.protocol.RPacket.class - [JAR]

├─ org.rosuda.REngine.Rserve.protocol.RTalk.class - [JAR]

├─ org.rosuda.REngine.Rserve.protocol.jcrypt.class - [JAR]

com.feedzai.openml.r

├─ com.feedzai.openml.r.ClassificationGenericRModel.class - [JAR]

├─ com.feedzai.openml.r.GenericRModelLoader.class - [JAR]

├─ com.feedzai.openml.r.ProviderRObject.class - [JAR]

Advertisement

Dependencies from Group

Feb 17, 2022
16 usages
14 stars
Feb 17, 2022
15 usages
14 stars
Feb 17, 2022
3 usages
16 stars
Nov 26, 2020
2 usages
5 stars
Nov 25, 2020
2 usages
6 stars

Discover Dependencies

Sep 28, 2018
8 usages
4 stars
Sep 09, 2022
3 usages
28 stars
Jan 14, 2021
1 usages
81 stars
Apr 26, 2023
2 usages
5 stars
Apr 27, 2018
2 usages
260 stars
Aug 18, 2022
7 usages
0 stars
Aug 21, 2023
3 usages
1k stars
Mar 24, 2019
1 usages