textminer.core
Interface InterOutcomes
- All Known Implementing Classes:
- AbstractClassifier, AbstractClusterer, AbstractDataRepresentation, Classifier, Classifiers, Clusterers, ClustersLD, DataRepClassification, DataRepresentator1, DictionaryGenerator, DictionaryGeneratorMultiClass, DictionaryMaker, DictionaryMaker1, FeatureSelector, InvertedMatrixGenerator, LexiconGenerator, Preprocessor, TaskManager, TermbyDocumentMatrix, TextModel, TextModel, TFIDFModel
- public interface InterOutcomes
The InterOutcomes interface defines a set of file extensions which
are used to name intermediate result files.
- Since:
- 0.1
- Version:
- TextMiner 1.1
- Author:
- Young-Woo Seo (ywseo@cs.cmu.edu)
ext_index_file
public static final java.lang.String ext_index_file
- See Also:
- Constant Field Values
ext_vec_index_file
public static final java.lang.String ext_vec_index_file
- See Also:
- Constant Field Values
ext_condensed_index_file
public static final java.lang.String ext_condensed_index_file
- See Also:
- Constant Field Values
ext_termdic_file
public static final java.lang.String ext_termdic_file
- See Also:
- Constant Field Values
ext_corpus_stat_file
public static final java.lang.String ext_corpus_stat_file
- See Also:
- Constant Field Values
ext_fsmethod_file
public static final java.lang.String ext_fsmethod_file
- See Also:
- Constant Field Values
ext_dvec_file
public static final java.lang.String ext_dvec_file
- See Also:
- Constant Field Values
ext_result_file
public static final java.lang.String ext_result_file
- See Also:
- Constant Field Values
ext_output_file
public static final java.lang.String ext_output_file
- See Also:
- Constant Field Values
ext_judgment_file
public static final java.lang.String ext_judgment_file
- See Also:
- Constant Field Values
ext_model_file
public static final java.lang.String ext_model_file
- See Also:
- Constant Field Values
ext_matrix_file
public static final java.lang.String ext_matrix_file
- See Also:
- Constant Field Values
ext_lexicon_file
public static final java.lang.String ext_lexicon_file
- See Also:
- Constant Field Values