| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
MiningSchema.addExtensions(Extension... extensions) |
MiningSchema |
MiningSchema.addMiningFields(MiningField... miningFields) |
MiningSchema |
ObjectFactory.createMiningSchema()
Create an instance of
MiningSchema |
abstract MiningSchema |
Model.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
abstract Model |
Model.setMiningSchema(MiningSchema miningSchema) |
VisitorAction |
Visitor.visit(MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
AssociationModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.setMiningSchema(MiningSchema miningSchema) |
| 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 |
|---|---|
MiningSchema |
BaselineModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
BaselineModel |
BaselineModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
BaselineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
TestDistributions testDistributions) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
BayesianNetworkModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
BayesianNetworkModel |
BayesianNetworkModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
BayesianNetworkModel(MiningFunction miningFunction,
MiningSchema miningSchema,
BayesianNetworkNodes bayesianNetworkNodes) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
ClusteringModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.setMiningSchema(MiningSchema miningSchema) |
| 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 |
|---|---|
MiningSchema |
GaussianProcessModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
GaussianProcessModel |
GaussianProcessModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
GaussianProcessModel(MiningFunction miningFunction,
MiningSchema miningSchema,
RadialBasisKernel radialBasisKernel,
ARDSquaredExponentialKernel ardSquaredExponentialKernel,
AbsoluteExponentialKernel absoluteExponentialKernel,
GeneralizedExponentialKernel generalizedExponentialKernel,
TrainingInstances trainingInstances) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
GeneralRegressionModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunction miningFunction,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
MiningModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
MiningModel |
MiningModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
MiningModel(MiningFunction miningFunction,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
NaiveBayesModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
NaiveBayesModel(Number threshold,
MiningFunction miningFunction,
MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
NearestNeighborModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
NearestNeighborModel(MiningFunction miningFunction,
Integer numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
NeuralNetwork.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
NeuralNetwork(MiningFunction miningFunction,
NeuralNetwork.ActivationFunction activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
RegressionModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
RegressionModel |
RegressionModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
RegressionModel(MiningFunction miningFunction,
MiningSchema miningSchema,
List<RegressionTable> regressionTables) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
RuleSetModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
RuleSetModel |
RuleSetModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
RuleSetModel(MiningFunction miningFunction,
MiningSchema miningSchema,
RuleSet ruleSet) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
Scorecard.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
Scorecard |
Scorecard.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
Scorecard(MiningFunction miningFunction,
MiningSchema miningSchema,
Characteristics characteristics) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
SequenceModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.setMiningSchema(MiningSchema miningSchema) |
| 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 |
|---|---|
MiningSchema |
SupportVectorMachineModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
SupportVectorMachineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
Kernel kernel,
VectorDictionary vectorDictionary,
List<SupportVectorMachine> supportVectorMachines) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
TextModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
TextModel |
TextModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
TextModel(MiningFunction miningFunction,
Integer numberOfTerms,
Integer numberOfDocuments,
MiningSchema miningSchema,
TextDictionary textDictionary,
TextCorpus textCorpus,
DocumentTermMatrix documentTermMatrix) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
TimeSeriesModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
TimeSeriesModel(MiningFunction miningFunction,
TimeSeriesModel.Algorithm bestFit,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
TreeModel.getMiningSchema() |
| Modifier and Type | Method and Description |
|---|---|
TreeModel |
TreeModel.setMiningSchema(MiningSchema miningSchema) |
| Constructor and Description |
|---|
TreeModel(MiningFunction miningFunction,
MiningSchema miningSchema,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(MiningSchema miningSchema) |
Copyright © 2019 University of Tartu. All rights reserved.