Uses of Class
var.featureSelection.FeatureFileContent

Packages that use FeatureFileContent
var   
 

Uses of FeatureFileContent in var
 

Methods in var that return FeatureFileContent
 FeatureFileContent FSCompare.extractContent(java.io.File file)
          This method extracts the content of a featurefile, parses it and then goes on to store it all in one object.
 

Methods in var with parameters of type FeatureFileContent
 void FSCompare.compareFeatureFiles(FeatureFileContent ffc_1, FeatureFileContent ffc_2)
          This method compares the different contents of the featurefiles.
 boolean FSCompare.testClassificationFeatures(FeatureFileContent ffc_1, FeatureFileContent ffc_2)
          This method tests whether or not two featurefiles are generated by the same amount and types of classificationfeatures.
 void FSCompare.testSimilarLocations(FeatureFileContent ffc_1, FeatureFileContent ffc_2)
          This method tests the same locations within both contents of featurefiles.