Uses of Class
org.cleartk.classifier.tksvmlight.TreeFeatureVector

Uses of TreeFeatureVector in org.cleartk.classifier.tksvmlight
 

Methods in org.cleartk.classifier.tksvmlight that return TreeFeatureVector
 TreeFeatureVector TreeFeatureVectorFeaturesEncoder.encodeAll(Iterable<org.cleartk.classifier.Feature> features)
           
 

Methods in org.cleartk.classifier.tksvmlight with parameters of type TreeFeatureVector
static String TKSVMlightDataWriter.createString(TreeFeatureVector features)
          Deprecated. creates and formats a string (without the outcome) for a specific feature vector.
static String TKSVMlightBooleanOutcomeDataWriter.createString(TreeFeatureVector features)
          creates and formats a string (without the outcome) for a specific feature vector.
static double TKSVMlightClassifier.tkSvmLightPredict(File mFile, TreeFeatureVector featureVector)
          Deprecated. Predict which side of the line a feature vector resides upon for a particular svm model.
static double TKSVMlightBooleanOutcomeClassifier.tkSvmLightPredict(File mFile, TreeFeatureVector featureVector)
          Predict which side of the line a feature vector resides upon for a particular svm model.
 void TKSVMlightDataWriter.writeEncoded(TreeFeatureVector features, Boolean outcome)
          Deprecated. Write a line representing the feature vector with the appropriate outcome to be used by the tk_svm_classify command.
 void TKSVMlightBooleanOutcomeDataWriter.writeEncoded(TreeFeatureVector features, Boolean outcome)
          Write a line representing the feature vector with the appropriate outcome to be used by the tk_svm_classify command.
 void TKSVMlightStringOutcomeDataWriter.writeEncoded(TreeFeatureVector features, Integer outcome)
          Write the feature vector into the appropriate files (ultimately, it's one line in each of the model file.)
 void OVATKSVMlightDataWriter.writeEncoded(TreeFeatureVector features, Integer outcome)
          Deprecated. Write the feature vector into the appropriate files (ultimately, it's one line in each of the model file.)
 

Constructor parameters in org.cleartk.classifier.tksvmlight with type arguments of type TreeFeatureVector
OVATKSVMlightClassifier(org.cleartk.classifier.encoder.features.FeaturesEncoder<TreeFeatureVector> featuresEncoder, org.cleartk.classifier.encoder.outcome.OutcomeEncoder<String,Integer> outcomeEncoder, Map<Integer,File> models)
          Deprecated. Constructor
TKSVMlightBooleanOutcomeClassifier(org.cleartk.classifier.encoder.features.FeaturesEncoder<TreeFeatureVector> featuresEncoder, org.cleartk.classifier.encoder.outcome.OutcomeEncoder<Boolean,Boolean> outcomeEncoder, File modelFile)
          Constructor
TKSVMlightClassifier(org.cleartk.classifier.encoder.features.FeaturesEncoder<TreeFeatureVector> featuresEncoder, org.cleartk.classifier.encoder.outcome.OutcomeEncoder<Boolean,Boolean> outcomeEncoder, File modelFile)
          Deprecated. Constructor
TKSVMlightStringOutcomeClassifier(org.cleartk.classifier.encoder.features.FeaturesEncoder<TreeFeatureVector> featuresEncoder, org.cleartk.classifier.encoder.outcome.OutcomeEncoder<String,Integer> outcomeEncoder, Map<Integer,File> models)
          Constructor
 



Copyright © 2013. All Rights Reserved.