public class GuideTreeMinerInput
extends java.lang.Object
Constructor and Description |
---|
GuideTreeMinerInput() |
public GTMFeatureType getFeatureType()
public void setFeatureType(GTMFeatureType featureType)
public GTMFeature getFeature()
public void setFeature(GTMFeature feature)
public SimilarityDistanceMetricType getSimilarityDistanceMetricType()
public void setSimilarityDistanceMetricType(SimilarityDistanceMetricType similarityDistanceMetricType)
public SimilarityMetricType getSimilarityMetricType()
public void setSimilarityMetricType(SimilarityMetricType similarityMetricType)
public DistanceMetricType getDistanceMetricType()
public void setDistanceMetricType(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 LearningAlgorithmType getLearningAlgorithmType()
public void setLearningAlgorithmType(LearningAlgorithmType learningAlgorithmType)
public AHCJoinType getAhcJoinType()
public void setAhcJoinType(AHCJoinType ahcJoinType)
public int getKGramValue()
public void setKGramValue(int kGramValue)
public void removeAllFeatures()
public void addFeature(GTMFeature feature)
public void addFeature(java.lang.String featureString)
public void removeFeature(java.lang.String featureString)
public java.util.Set<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()