| Modifier and Type | Method and Description |
|---|---|
static MiningFunction |
MiningFunction.fromValue(String v) |
abstract MiningFunction |
EmbeddedModel.getMiningFunction() |
MiningFunction |
ForwardingModel.getMiningFunction() |
abstract MiningFunction |
Model.getMiningFunction() |
abstract MiningFunction |
EmbeddedModel.requireMiningFunction() |
MiningFunction |
ForwardingModel.requireMiningFunction() |
abstract MiningFunction |
Model.requireMiningFunction() |
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) |
ForwardingModel |
ForwardingModel.setMiningFunction(MiningFunction miningFunction) |
abstract Model |
Model.setMiningFunction(MiningFunction miningFunction) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
AnomalyDetectionModel.getMiningFunction() |
MiningFunction |
AnomalyDetectionModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectionModel |
AnomalyDetectionModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
AnomalyDetectionModel(MiningFunction miningFunction,
String algorithmType,
MiningSchema miningSchema,
Model model) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
AssociationModel.getMiningFunction() |
MiningFunction |
AssociationModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
AssociationModel(MiningFunction miningFunction,
Integer numberOfTransactions,
Number minimumSupport,
Number minimumConfidence,
Integer numberOfItems,
Integer numberOfItemsets,
Integer numberOfRules,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
BaselineModel.getMiningFunction() |
MiningFunction |
BaselineModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
BaselineModel |
BaselineModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
BaselineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
TestDistributions testDistributions) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
BayesianNetworkModel.getMiningFunction() |
MiningFunction |
BayesianNetworkModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
BayesianNetworkModel |
BayesianNetworkModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
BayesianNetworkModel(MiningFunction miningFunction,
MiningSchema miningSchema,
BayesianNetworkNodes bayesianNetworkNodes) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
ClusteringModel.getMiningFunction() |
MiningFunction |
ClusteringModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
ClusteringModel(MiningFunction miningFunction,
ClusteringModel.ModelClass modelClass,
Integer numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
List<ClusteringField> clusteringFields,
List<Cluster> clusters) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
GaussianProcessModel.getMiningFunction() |
MiningFunction |
GaussianProcessModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
GaussianProcessModel |
GaussianProcessModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
GaussianProcessModel(MiningFunction miningFunction,
MiningSchema miningSchema,
RadialBasisKernel radialBasisKernel,
ARDSquaredExponentialKernel ardSquaredExponentialKernel,
AbsoluteExponentialKernel absoluteExponentialKernel,
GeneralizedExponentialKernel generalizedExponentialKernel,
TrainingInstances trainingInstances) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
GeneralRegressionModel.getMiningFunction() |
MiningFunction |
GeneralRegressionModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setMiningFunction(MiningFunction miningFunction) |
| 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() |
MiningFunction |
MiningModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
MiningModel |
MiningModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
MiningModel(MiningFunction miningFunction,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
NaiveBayesModel.getMiningFunction() |
MiningFunction |
NaiveBayesModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
NaiveBayesModel(Number threshold,
MiningFunction miningFunction,
MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
NearestNeighborModel.getMiningFunction() |
MiningFunction |
NearestNeighborModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
NearestNeighborModel(MiningFunction miningFunction,
Integer numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
NeuralNetwork.getMiningFunction() |
MiningFunction |
NeuralNetwork.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.setMiningFunction(MiningFunction miningFunction) |
| 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() |
MiningFunction |
RegressionModel.getMiningFunction() |
MiningFunction |
Regression.requireMiningFunction() |
MiningFunction |
RegressionModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
Regression |
Regression.setMiningFunction(MiningFunction miningFunction) |
RegressionModel |
RegressionModel.setMiningFunction(MiningFunction miningFunction) |
| 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() |
MiningFunction |
RuleSetModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
RuleSetModel |
RuleSetModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
RuleSetModel(MiningFunction miningFunction,
MiningSchema miningSchema,
RuleSet ruleSet) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
Scorecard.getMiningFunction() |
MiningFunction |
Scorecard.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
Scorecard |
Scorecard.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
Scorecard(MiningFunction miningFunction,
MiningSchema miningSchema,
Characteristics characteristics) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
SequenceModel.getMiningFunction() |
MiningFunction |
SequenceModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
SequenceModel(MiningFunction miningFunction,
Number minimumSupport,
Number minimumConfidence,
Integer numberOfItems,
Integer numberOfSets,
Integer numberOfSequences,
Integer numberOfRules,
MiningSchema miningSchema,
List<Sequence> sequences) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
SupportVectorMachineModel.getMiningFunction() |
MiningFunction |
SupportVectorMachineModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
SupportVectorMachineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
Kernel kernel,
VectorDictionary vectorDictionary,
List<SupportVectorMachine> supportVectorMachines) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
TextModel.getMiningFunction() |
MiningFunction |
TextModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
TextModel |
TextModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
TextModel(MiningFunction miningFunction,
Integer numberOfTerms,
Integer numberOfDocuments,
MiningSchema miningSchema,
TextDictionary textDictionary,
TextCorpus textCorpus,
DocumentTermMatrix documentTermMatrix) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
TimeSeriesModel.getMiningFunction() |
MiningFunction |
TimeSeriesModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
TimeSeriesModel(MiningFunction miningFunction,
TimeSeriesModel.Algorithm bestFit,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningFunction |
DecisionTree.getMiningFunction() |
MiningFunction |
TreeModel.getMiningFunction() |
MiningFunction |
DecisionTree.requireMiningFunction() |
MiningFunction |
TreeModel.requireMiningFunction() |
| Modifier and Type | Method and Description |
|---|---|
DecisionTree |
DecisionTree.setMiningFunction(MiningFunction miningFunction) |
TreeModel |
TreeModel.setMiningFunction(MiningFunction miningFunction) |
| Constructor and Description |
|---|
DecisionTree(MiningFunction miningFunction,
Node node) |
TreeModel(MiningFunction miningFunction,
MiningSchema miningSchema,
Node node) |
Copyright © 2024. All rights reserved.