| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected Output |
SupportVectorMachineModel.output |
protected Output |
RegressionModel.output |
protected Output |
NaiveBayesModel.output |
protected Output |
RuleSetModel.output |
protected Output |
TreeModel.output |
protected Output |
BaselineModel.output |
protected Output |
Regression.output |
protected Output |
Scorecard.output |
protected Output |
MiningModel.output |
protected Output |
AssociationModel.output |
protected Output |
NeuralNetwork.output |
protected Output |
GeneralRegressionModel.output |
protected Output |
TimeSeriesModel.output |
protected Output |
TextModel.output |
protected Output |
NearestNeighborModel.output |
protected Output |
ClusteringModel.output |
protected Output |
DecisionTree.output |
| Modifier and Type | Method and Description |
|---|---|
Output |
ObjectFactory.createOutput()
Create an instance of
Output |
Output |
SupportVectorMachineModel.getOutput()
Gets the value of the output property.
|
Output |
RegressionModel.getOutput()
Gets the value of the output property.
|
Output |
NaiveBayesModel.getOutput()
Gets the value of the output property.
|
Output |
RuleSetModel.getOutput()
Gets the value of the output property.
|
Output |
TreeModel.getOutput()
Gets the value of the output property.
|
Output |
BaselineModel.getOutput()
Gets the value of the output property.
|
Output |
Regression.getOutput()
Gets the value of the output property.
|
Output |
Scorecard.getOutput()
Gets the value of the output property.
|
Output |
MiningModel.getOutput()
Gets the value of the output property.
|
Output |
AssociationModel.getOutput()
Gets the value of the output property.
|
abstract Output |
Model.getOutput() |
Output |
NeuralNetwork.getOutput()
Gets the value of the output property.
|
Output |
GeneralRegressionModel.getOutput()
Gets the value of the output property.
|
Output |
SequenceModel.getOutput()
Gets the value of the output property.
|
Output |
TimeSeriesModel.getOutput()
Gets the value of the output property.
|
abstract Output |
EmbeddedModel.getOutput() |
Output |
TextModel.getOutput()
Gets the value of the output property.
|
Output |
NearestNeighborModel.getOutput()
Gets the value of the output property.
|
Output |
ClusteringModel.getOutput()
Gets the value of the output property.
|
Output |
DecisionTree.getOutput()
Gets the value of the output property.
|
Output |
Output.withExtensions(Collection<Extension> values) |
Output |
Output.withExtensions(Extension... values) |
Output |
Output.withOutputFields(Collection<OutputField> values) |
Output |
Output.withOutputFields(OutputField... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportVectorMachineModel.setOutput(Output value)
Sets the value of the output property.
|
void |
RegressionModel.setOutput(Output value)
Sets the value of the output property.
|
void |
NaiveBayesModel.setOutput(Output value)
Sets the value of the output property.
|
void |
RuleSetModel.setOutput(Output value)
Sets the value of the output property.
|
void |
TreeModel.setOutput(Output value)
Sets the value of the output property.
|
void |
BaselineModel.setOutput(Output value)
Sets the value of the output property.
|
void |
Regression.setOutput(Output value)
Sets the value of the output property.
|
void |
Scorecard.setOutput(Output value)
Sets the value of the output property.
|
void |
MiningModel.setOutput(Output value)
Sets the value of the output property.
|
void |
AssociationModel.setOutput(Output value)
Sets the value of the output property.
|
abstract void |
Model.setOutput(Output output) |
void |
NeuralNetwork.setOutput(Output value)
Sets the value of the output property.
|
void |
GeneralRegressionModel.setOutput(Output value)
Sets the value of the output property.
|
void |
SequenceModel.setOutput(Output output)
Sets the value of the output property.
|
void |
TimeSeriesModel.setOutput(Output value)
Sets the value of the output property.
|
abstract void |
EmbeddedModel.setOutput(Output output) |
void |
TextModel.setOutput(Output value)
Sets the value of the output property.
|
void |
NearestNeighborModel.setOutput(Output value)
Sets the value of the output property.
|
void |
ClusteringModel.setOutput(Output value)
Sets the value of the output property.
|
void |
DecisionTree.setOutput(Output value)
Sets the value of the output property.
|
VisitorAction |
AbstractSimpleVisitor.visit(Output output) |
VisitorAction |
AbstractVisitor.visit(Output output) |
VisitorAction |
Visitor.visit(Output output) |
SupportVectorMachineModel |
SupportVectorMachineModel.withOutput(Output value) |
RegressionModel |
RegressionModel.withOutput(Output value) |
NaiveBayesModel |
NaiveBayesModel.withOutput(Output value) |
RuleSetModel |
RuleSetModel.withOutput(Output value) |
TreeModel |
TreeModel.withOutput(Output value) |
BaselineModel |
BaselineModel.withOutput(Output value) |
Regression |
Regression.withOutput(Output value) |
Scorecard |
Scorecard.withOutput(Output value) |
MiningModel |
MiningModel.withOutput(Output value) |
AssociationModel |
AssociationModel.withOutput(Output value) |
NeuralNetwork |
NeuralNetwork.withOutput(Output value) |
GeneralRegressionModel |
GeneralRegressionModel.withOutput(Output value) |
TimeSeriesModel |
TimeSeriesModel.withOutput(Output value) |
TextModel |
TextModel.withOutput(Output value) |
NearestNeighborModel |
NearestNeighborModel.withOutput(Output value) |
ClusteringModel |
ClusteringModel.withOutput(Output value) |
DecisionTree |
DecisionTree.withOutput(Output value) |
Copyright © 2014 University of Tartu. All Rights Reserved.