| 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()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema 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 |
|---|---|
MiningSchema |
BaselineModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
BaselineModel |
BaselineModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
BaselineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
TestDistributions testDistributions) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
BayesianNetworkModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
BayesianNetworkModel |
BayesianNetworkModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
BayesianNetworkModel(MiningFunction miningFunction,
MiningSchema miningSchema,
BayesianNetworkNodes bayesianNetworkNodes) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
ClusteringModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema 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 |
|---|---|
MiningSchema |
GaussianProcessModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
GaussianProcessModel |
GaussianProcessModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
GaussianProcessModel(MiningFunction miningFunction,
MiningSchema miningSchema,
TrainingInstances trainingInstances) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
GeneralRegressionModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| 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()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
MiningModel |
MiningModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
MiningModel(MiningFunction miningFunction,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
NaiveBayesModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
NaiveBayesModel(double threshold,
MiningFunction miningFunction,
MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
NearestNeighborModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
NearestNeighborModel(MiningFunction miningFunction,
int numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
NeuralNetwork.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| 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()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
RegressionModel |
RegressionModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
RegressionModel(MiningFunction miningFunction,
MiningSchema miningSchema,
List<RegressionTable> regressionTables) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
RuleSetModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
RuleSetModel |
RuleSetModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
RuleSetModel(MiningFunction miningFunction,
MiningSchema miningSchema,
RuleSet ruleSet) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
Scorecard.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
Scorecard |
Scorecard.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
Scorecard(MiningFunction miningFunction,
MiningSchema miningSchema,
Characteristics characteristics) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
SequenceModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema 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 |
|---|---|
MiningSchema |
SupportVectorMachineModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
SupportVectorMachineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
VectorDictionary vectorDictionary,
List<SupportVectorMachine> supportVectorMachines) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
TextModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
TextModel |
TextModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema 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 |
|---|---|
MiningSchema |
TimeSeriesModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
TimeSeriesModel(MiningFunction miningFunction,
TimeSeriesModel.Algorithm bestFit,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
TreeModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
TreeModel |
TreeModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
| Constructor and Description |
|---|
TreeModel(MiningFunction miningFunction,
MiningSchema miningSchema,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(MiningSchema miningSchema) |
VisitorAction |
AbstractVisitor.visit(MiningSchema miningSchema) |
Copyright © 2016 University of Tartu. All rights reserved.