Commit 3f5c0189 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

STYLE: indentation

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -162,8 +162,8 @@ PCAModel<TInputValue>::DoPredict(const InputSampleType & value, ConfidenceValueT
shark::Data<shark::RealVector> data = shark::createDataFromRange(features);
data = m_Encoder(data);
TargetSampleType target;
target.SetSize(this->m_Dimension);
TargetSampleType target;
target.SetSize(this->m_Dimension);
for(unsigned int a = 0; a < this->m_Dimension; ++a){
target[a]=data.element(0)[a];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment