| Modifier and Type | Method and Description |
|---|---|
static MiningFunction |
MiningFunction.fromValue(String v) |
abstract MiningFunction |
EmbeddedModel.getMiningFunction() |
abstract MiningFunction |
Model.getMiningFunction() |
static MiningFunction |
MiningFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiningFunction[] |
MiningFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EmbeddedModel |
EmbeddedModel.setMiningFunction(MiningFunction miningFunction) |
abstract Model |
Model.setMiningFunction(MiningFunction miningFunction) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
AssociationModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
AssociationModel(MiningFunction miningFunction,
int numberOfTransactions,
double minimumSupport,
double minimumConfidence,
int numberOfItems,
int numberOfItemsets,
int numberOfRules,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
BaselineModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
BaselineModel |
BaselineModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
BaselineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
TestDistributions testDistributions) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
BayesianNetworkModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
BayesianNetworkModel |
BayesianNetworkModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
BayesianNetworkModel(MiningFunction miningFunction,
MiningSchema miningSchema,
BayesianNetworkNodes bayesianNetworkNodes) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
ClusteringModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
ClusteringModel(MiningFunction miningFunction,
ClusteringModel.ModelClass modelClass,
int numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
List<ClusteringField> clusteringFields,
List<Cluster> clusters) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
GaussianProcessModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
GaussianProcessModel |
GaussianProcessModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
GaussianProcessModel(MiningFunction miningFunction,
MiningSchema miningSchema,
TrainingInstances trainingInstances) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
GeneralRegressionModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunction miningFunction,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
MiningModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
MiningModel |
MiningModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
MiningModel(MiningFunction miningFunction,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
NaiveBayesModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
NaiveBayesModel(double threshold,
MiningFunction miningFunction,
MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
NearestNeighborModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
NearestNeighborModel(MiningFunction miningFunction,
int numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
NeuralNetwork.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
NeuralNetwork(MiningFunction miningFunction,
NeuralNetwork.ActivationFunction activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
Regression.getMiningFunction()
Gets the value of the miningFunction property.
|
MiningFunction |
RegressionModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
Regression |
Regression.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
RegressionModel |
RegressionModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
Regression(MiningFunction miningFunction,
List<RegressionTable> regressionTables) |
RegressionModel(MiningFunction miningFunction,
MiningSchema miningSchema,
List<RegressionTable> regressionTables) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
RuleSetModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
RuleSetModel |
RuleSetModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
RuleSetModel(MiningFunction miningFunction,
MiningSchema miningSchema,
RuleSet ruleSet) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
Scorecard.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
Scorecard |
Scorecard.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
Scorecard(MiningFunction miningFunction,
MiningSchema miningSchema,
Characteristics characteristics) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
SequenceModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
SequenceModel(MiningFunction miningFunction,
double minimumSupport,
double minimumConfidence,
int numberOfItems,
int numberOfSets,
int numberOfSequences,
int numberOfRules,
MiningSchema miningSchema,
List<Sequence> sequences) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
SupportVectorMachineModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
SupportVectorMachineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
VectorDictionary vectorDictionary,
List<SupportVectorMachine> supportVectorMachines) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
TextModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
TextModel |
TextModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
TextModel(MiningFunction miningFunction,
int numberOfTerms,
int numberOfDocuments,
MiningSchema miningSchema,
TextDictionary textDictionary,
TextCorpus textCorpus,
DocumentTermMatrix documentTermMatrix) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
TimeSeriesModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
TimeSeriesModel(MiningFunction miningFunction,
TimeSeriesModel.Algorithm bestFit,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
DecisionTree.getMiningFunction()
Gets the value of the miningFunction property.
|
MiningFunction |
TreeModel.getMiningFunction()
Gets the value of the miningFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
DecisionTree |
DecisionTree.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
TreeModel |
TreeModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
| Constructor and Description |
|---|
DecisionTree(MiningFunction miningFunction,
Node node) |
TreeModel(MiningFunction miningFunction,
MiningSchema miningSchema,
Node node) |
Copyright © 2016 University of Tartu. All rights reserved.