| Package | Description |
|---|---|
| org.jpmml.rexp | |
| org.jpmml.rexp.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
Converter<R extends RExp> |
class |
FilterModelConverter<R extends RExp,M extends RExp> |
class |
FilterModelConverter<R extends RExp,M extends RExp> |
class |
ModelConverter<R extends RExp> |
class |
RPartEnsembleConverter<R extends RExp> |
class |
TransformerEncoder<R extends RExp> |
class |
TreeModelConverter<R extends RExp> |
| Modifier and Type | Class and Description |
|---|---|
class |
RBooleanVector |
class |
RClosure |
class |
RDoubleVector |
class |
RFactorVector |
class |
RFunctionCall |
class |
RGenericVector |
class |
RIntegerVector |
class |
RNumberVector<E extends Number> |
class |
RPair |
class |
RRaw |
class |
RString |
class |
RStringVector |
class |
RVector<E> |
class |
S4Object |
| Modifier and Type | Method and Description |
|---|---|
<R extends RExp> |
ConverterFactory.newConverter(Class<? extends Converter<?>> clazz,
R rexp) |
static <R extends RExp> |
Converter.newConverter(R rexp) |
<R extends RExp> |
ConverterFactory.newConverter(R rexp) |
| Modifier and Type | Method and Description |
|---|---|
RExp |
RFunctionCall.getArguments() |
RExp |
RExp.getAttribute(String name) |
RExp |
RExp.getAttribute(String name,
boolean required) |
RExp |
RClosure.getBody() |
RExp |
RClosure.getEnvironment() |
RExp |
RFunctionCall.getFunction() |
RExp |
RFunctionCall.getTag() |
RExp |
RPair.getTag() |
RExp |
RPair.getValue() |
RExp |
RGenericVector.getValue(int index) |
RExp |
RExpParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
ModelConverter<RExp> |
WrappedModelConverter.createConverter() |
ModelConverter<RExp> |
TrainConverter.createConverter() |
List<RExp> |
RGenericVector.getValues() |
| Modifier and Type | Method and Description |
|---|---|
static Formula |
FormulaUtil.createFormula(RExp terms,
FormulaContext context,
RExpEncoder encoder) |
org.dmg.pmml.Model |
LogNetConverter.encodeModel(RDoubleVector a0,
RExp beta,
int column,
org.jpmml.converter.Schema schema) |
abstract org.dmg.pmml.Model |
GLMNetConverter.encodeModel(RDoubleVector a0,
RExp beta,
int column,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.Model |
ElNetConverter.encodeModel(RDoubleVector a0,
RExp beta,
int column,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.Model |
MultNetConverter.encodeModel(RDoubleVector a0,
RExp beta,
int column,
org.jpmml.converter.Schema schema) |
org.dmg.pmml.Model |
FishNetConverter.encodeModel(RDoubleVector a0,
RExp beta,
int column,
org.jpmml.converter.Schema schema) |
protected void |
LMConverter.encodeSchema(RExp terms,
FormulaContext context,
RExpEncoder encoder) |
static RStringVector |
RExpUtil.getClassNames(RExp rexp) |
static void |
FormulaUtil.setLabel(Formula formula,
RExp terms,
RExp levels,
RExpEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<org.dmg.pmml.VerificationField,List<?>> |
ModelConverter.encodeVerificationData(List<? extends RExp> columns,
List<String> names) |
| Constructor and Description |
|---|
RClosure(RPair attributes,
RExp environment,
RPair parameters,
RExp body) |
RFunctionCall(RExp tag,
RExp function,
RExp arguments,
RPair attributes) |
RPair(RExp tag,
RExp value,
RPair attributes) |
| Constructor and Description |
|---|
RGenericVector(List<RExp> values,
RPair attributes) |
| Modifier and Type | Method and Description |
|---|---|
Converter<RExp> |
RExpEncoderBatch.createConverter(RExp rexp) |
Class<? extends Converter<? extends RExp>> |
RExpEncoderBatch.getConverterClazz() |
| Modifier and Type | Method and Description |
|---|---|
Converter<RExp> |
RExpEncoderBatch.createConverter(RExp rexp) |
| Modifier and Type | Method and Description |
|---|---|
RExpEncoderBatch |
RExpEncoderBatchTest.createBatch(String algorithm,
String dataset,
Class<? extends Converter<? extends RExp>> converterClazz) |
Copyright © 2022. All rights reserved.