public interface GuideTreeMinerSettingsListener
Modifier and Type | Method and Description |
---|---|
void |
clearFeatureSelection() |
void |
featureSelectionChanged(java.lang.String featureString,
boolean isSelected) |
void |
setAHCJoinType(AHCJoinType ahcJoinType) |
void |
setBaseFeatures(boolean isBaseFeatures) |
void |
setDistanceMetricType(DistanceMetricType distanceMetricType) |
void |
setFeatureType(GTMFeatureType featureType) |
void |
setFeatureTypeOption(GTMFeatureType featureType) |
void |
setFrequencyCount(boolean isNominalCount) |
void |
setIndelScoreFileName(java.lang.String indelScoreFileName) |
void |
setIsDeriveIndelScores(boolean isDeriveIndelScores) |
void |
setIsDeriveSubstitutionScores(boolean isDeriveSubstitutionScores) |
void |
setKGramValue(int kGramValue) |
void |
setLearningAlgorithmType(LearningAlgorithmType learningAlgorithmType) |
void |
setMaximumAlphabetSizeThreshold(int maxAlphabetSizeThreshold) |
void |
setMinimumAlphabetSizeThreshold(int minAlphabetSizeThreshold) |
void |
setMininumFrequencyCountThreshold(int minFrequencyCountThreshold) |
void |
setMininumInstancePercentageCountThreshold(int minInstancePercentageCountThreshold) |
void |
setNominalFeatureCount(boolean isNominalCount) |
void |
setNumberOfClusters(int noClusters) |
void |
setOutputClusterLogs(boolean isOutputClusterLogs) |
void |
setSimilarityDistanceType(SimilarityDistanceMetricType metricType) |
void |
setSimilarityMetricType(SimilarityMetricType similarityMetricType) |
void |
setSubstitutionScoreFileName(java.lang.String substitutionScoreFileName) |
void clearFeatureSelection()
void featureSelectionChanged(java.lang.String featureString, boolean isSelected)
void setKGramValue(int kGramValue)
void setFrequencyCount(boolean isNominalCount)
void setFeatureType(GTMFeatureType featureType)
void setFeatureTypeOption(GTMFeatureType featureType)
void setLearningAlgorithmType(LearningAlgorithmType learningAlgorithmType)
void setAHCJoinType(AHCJoinType ahcJoinType)
void setBaseFeatures(boolean isBaseFeatures)
void setNominalFeatureCount(boolean isNominalCount)
void setSimilarityDistanceType(SimilarityDistanceMetricType metricType)
void setSimilarityMetricType(SimilarityMetricType similarityMetricType)
void setDistanceMetricType(DistanceMetricType distanceMetricType)
void setMininumFrequencyCountThreshold(int minFrequencyCountThreshold)
void setMininumInstancePercentageCountThreshold(int minInstancePercentageCountThreshold)
void setMinimumAlphabetSizeThreshold(int minAlphabetSizeThreshold)
void setMaximumAlphabetSizeThreshold(int maxAlphabetSizeThreshold)
void setIsDeriveSubstitutionScores(boolean isDeriveSubstitutionScores)
void setIsDeriveIndelScores(boolean isDeriveIndelScores)
void setSubstitutionScoreFileName(java.lang.String substitutionScoreFileName)
void setIndelScoreFileName(java.lang.String indelScoreFileName)
void setOutputClusterLogs(boolean isOutputClusterLogs)
void setNumberOfClusters(int noClusters)