Skip to content

v0.2.50..v0.2.51 changeset FeatureExtractorBase.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h
index 280d1c4..497fec6 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/FeatureExtractorBase.h
@@ -51,7 +51,8 @@ public:
   /**
    * Returns the factor type for this feature/factor (Nominal or Numeric).
    */
-  virtual Tgs::DataFrame::FactorType getFactorType() const override { return Tgs::DataFrame::Numerical; }
+  virtual Tgs::DataFrame::FactorType getFactorType() const override
+  { return Tgs::DataFrame::Numerical; }
 
   /**
    * Returns the null treatment for this feature/factor (NullAsValue or NullAsMissingValue).
Clone this wiki locally