public class GuideTreeMinerInput
extends java.lang.Object
| Constructor and Description |
|---|
GuideTreeMinerInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(org.processmining.plugins.guidetreeminer.types.GTMFeature feature) |
void |
addFeature(java.lang.String featureString) |
org.processmining.plugins.guidetreeminer.types.AHCJoinType |
getAhcJoinType() |
org.processmining.plugins.guidetreeminer.types.DistanceMetricType |
getDistanceMetricType() |
org.processmining.plugins.guidetreeminer.types.GTMFeature |
getFeature() |
org.processmining.plugins.guidetreeminer.types.GTMFeatureType |
getFeatureType() |
java.lang.String |
getIndelScoreFileName() |
java.util.Map<java.lang.String,java.lang.Integer> |
getIndelScoreMap() |
int |
getKGramValue() |
org.processmining.plugins.guidetreeminer.types.LearningAlgorithmType |
getLearningAlgorithmType() |
int |
getMaxAlphabetSizeThreshold() |
int |
getMinAlphabetSizeThreshold() |
int |
getMinFrequencyCountThreshold() |
int |
getMinInstancePercentageCountThreshold() |
int |
getNoClusters() |
java.util.Set<org.processmining.plugins.guidetreeminer.types.GTMFeature> |
getSelectedFeatureSet() |
org.processmining.plugins.guidetreeminer.types.SimilarityDistanceMetricType |
getSimilarityDistanceMetricType() |
org.processmining.plugins.guidetreeminer.types.SimilarityMetricType |
getSimilarityMetricType() |
java.lang.String |
getSubstitutionScoreFileName() |
java.util.Map<java.lang.String,java.lang.Integer> |
getSubstitutionScoreMap() |
boolean |
isBaseFeatures() |
boolean |
isDeriveIndelScore() |
boolean |
isDeriveSubstitutionScore() |
boolean |
isNominalFeatureCount() |
boolean |
isOutputClusterLogs() |
void |
removeAllFeatures() |
void |
removeFeature(java.lang.String featureString) |
void |
setAhcJoinType(org.processmining.plugins.guidetreeminer.types.AHCJoinType ahcJoinType) |
void |
setBaseFeatures(boolean isBaseFeatures) |
void |
setDistanceMetricType(org.processmining.plugins.guidetreeminer.types.DistanceMetricType distanceMetricType) |
void |
setFeature(org.processmining.plugins.guidetreeminer.types.GTMFeature feature) |
void |
setFeatureType(org.processmining.plugins.guidetreeminer.types.GTMFeatureType featureType) |
void |
setIndelScoreFileName(java.lang.String indelScoreFileName) |
void |
setIndelScoreMap(java.util.Map<java.lang.String,java.lang.Integer> indelScoreMap) |
void |
setIsDeriveIndelScores(boolean isDeriveIndelScores) |
void |
setIsDeriveSubstitutionScores(boolean isDeriveSubstitutionScores) |
void |
setIsOutputClusterLogs(boolean isOutputClusterLogs) |
void |
setKGramValue(int kGramValue) |
void |
setLearningAlgorithmType(org.processmining.plugins.guidetreeminer.types.LearningAlgorithmType learningAlgorithmType) |
void |
setMaxAlphabetSizeThreshold(int maxAlphabetSizeThreshold) |
void |
setMinAlphabetSizeThreshold(int minAlphabetSizeThreshold) |
void |
setMinFrequencyCountThreshold(int minFrequencyCountThreshold) |
void |
setMinInstancePercentageCountThreshold(int minInstancePercentageCountThreshold) |
void |
setNominalFeatureCount(boolean isNominalCount) |
void |
setNumberOfClusters(int noClusters) |
void |
setSimilarityDistanceMetricType(org.processmining.plugins.guidetreeminer.types.SimilarityDistanceMetricType similarityDistanceMetricType) |
void |
setSimilarityMetricType(org.processmining.plugins.guidetreeminer.types.SimilarityMetricType similarityMetricType) |
void |
setSubstitutionScoreFileName(java.lang.String substitutionScoreFileName) |
void |
setSubstitutionScoreMap(java.util.Map<java.lang.String,java.lang.Integer> substitutionScoreMap) |
public org.processmining.plugins.guidetreeminer.types.GTMFeatureType getFeatureType()
public void setFeatureType(org.processmining.plugins.guidetreeminer.types.GTMFeatureType featureType)
public org.processmining.plugins.guidetreeminer.types.GTMFeature getFeature()
public void setFeature(org.processmining.plugins.guidetreeminer.types.GTMFeature feature)
public org.processmining.plugins.guidetreeminer.types.SimilarityDistanceMetricType getSimilarityDistanceMetricType()
public void setSimilarityDistanceMetricType(org.processmining.plugins.guidetreeminer.types.SimilarityDistanceMetricType similarityDistanceMetricType)
public org.processmining.plugins.guidetreeminer.types.SimilarityMetricType getSimilarityMetricType()
public void setSimilarityMetricType(org.processmining.plugins.guidetreeminer.types.SimilarityMetricType similarityMetricType)
public org.processmining.plugins.guidetreeminer.types.DistanceMetricType getDistanceMetricType()
public void setDistanceMetricType(org.processmining.plugins.guidetreeminer.types.DistanceMetricType distanceMetricType)
public int getMinFrequencyCountThreshold()
public void setMinFrequencyCountThreshold(int minFrequencyCountThreshold)
public int getMinInstancePercentageCountThreshold()
public void setMinInstancePercentageCountThreshold(int minInstancePercentageCountThreshold)
public int getMinAlphabetSizeThreshold()
public void setMinAlphabetSizeThreshold(int minAlphabetSizeThreshold)
public int getMaxAlphabetSizeThreshold()
public void setMaxAlphabetSizeThreshold(int maxAlphabetSizeThreshold)
public void setNominalFeatureCount(boolean isNominalCount)
public boolean isNominalFeatureCount()
public void setBaseFeatures(boolean isBaseFeatures)
public boolean isBaseFeatures()
public org.processmining.plugins.guidetreeminer.types.LearningAlgorithmType getLearningAlgorithmType()
public void setLearningAlgorithmType(org.processmining.plugins.guidetreeminer.types.LearningAlgorithmType learningAlgorithmType)
public org.processmining.plugins.guidetreeminer.types.AHCJoinType getAhcJoinType()
public void setAhcJoinType(org.processmining.plugins.guidetreeminer.types.AHCJoinType ahcJoinType)
public int getKGramValue()
public void setKGramValue(int kGramValue)
public void removeAllFeatures()
public void addFeature(org.processmining.plugins.guidetreeminer.types.GTMFeature feature)
public void addFeature(java.lang.String featureString)
public void removeFeature(java.lang.String featureString)
public java.util.Set<org.processmining.plugins.guidetreeminer.types.GTMFeature> getSelectedFeatureSet()
public void setIsDeriveSubstitutionScores(boolean isDeriveSubstitutionScores)
public void setIsDeriveIndelScores(boolean isDeriveIndelScores)
public void setSubstitutionScoreFileName(java.lang.String substitutionScoreFileName)
public void setIndelScoreFileName(java.lang.String indelScoreFileName)
public boolean isDeriveSubstitutionScore()
public boolean isDeriveIndelScore()
public java.lang.String getSubstitutionScoreFileName()
public java.lang.String getIndelScoreFileName()
public void setSubstitutionScoreMap(java.util.Map<java.lang.String,java.lang.Integer> substitutionScoreMap)
public void setIndelScoreMap(java.util.Map<java.lang.String,java.lang.Integer> indelScoreMap)
public java.util.Map<java.lang.String,java.lang.Integer> getSubstitutionScoreMap()
public java.util.Map<java.lang.String,java.lang.Integer> getIndelScoreMap()
public void setIsOutputClusterLogs(boolean isOutputClusterLogs)
public void setNumberOfClusters(int noClusters)
public int getNoClusters()
public boolean isOutputClusterLogs()