Skip to content
Snippets Groups Projects
Commit 93209743 authored by tpylak's avatar tpylak
Browse files

LMS-1555 minor: javadoc

SVN: 17725
parent 343c0f4e
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ public class FeatureTableBuilder ...@@ -114,6 +114,7 @@ public class FeatureTableBuilder
return new WellFeatureCollection(features, builder.getCodesAndLabels()); return new WellFeatureCollection(features, builder.getCodesAndLabels());
} }
/** stores feature vectors for a set of wells */
public static class WellFeatureCollection public static class WellFeatureCollection
{ {
private final List<FeatureTableRow> features; private final List<FeatureTableRow> features;
...@@ -131,6 +132,7 @@ public class FeatureTableBuilder ...@@ -131,6 +132,7 @@ public class FeatureTableBuilder
return features; return features;
} }
/** codes and labels of all features in this collection */
public List<CodeAndLabel> getFeatureCodesAndLabels() public List<CodeAndLabel> getFeatureCodesAndLabels()
{ {
return featureNames; return featureNames;
...@@ -185,7 +187,7 @@ public class FeatureTableBuilder ...@@ -185,7 +187,7 @@ public class FeatureTableBuilder
} }
/** /**
* Adds feature vectors for specified data set. * Adds feature vectors for specified feature vector data set code.
*/ */
DatasetFeaturesBundle addFeatureVectorsOfDataSet(String dataSetCode) DatasetFeaturesBundle addFeatureVectorsOfDataSet(String dataSetCode)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment