public class PMMLModelInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected Collection<String> |
inputFieldNames |
protected String |
name |
protected Collection<String> |
outputFieldNames |
protected Collection<String> |
targetFieldNames |
Constructor and Description |
---|
PMMLModelInfo(String name,
String className,
Collection<String> inputFieldNames,
Collection<String> targetFieldNames,
Collection<String> outputFieldNames) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
Collection<String> |
getInputFieldNames() |
String |
getName() |
Collection<String> |
getOutputFieldNames() |
Collection<String> |
getTargetFieldNames() |
protected final String name
protected final String className
protected final Collection<String> inputFieldNames
protected final Collection<String> outputFieldNames
protected final Collection<String> targetFieldNames
public PMMLModelInfo(String name, String className, Collection<String> inputFieldNames, Collection<String> targetFieldNames, Collection<String> outputFieldNames)
public String getName()
public String getClassName()
public Collection<String> getInputFieldNames()
public Collection<String> getOutputFieldNames()
public Collection<String> getTargetFieldNames()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.