Skip to content

Commit

Permalink
Cascade function definitions are hidden from FIXEDFANN, but the decla…
Browse files Browse the repository at this point in the history
…rations aren't. Added an ifndef FIXEDFANN to exclude that code from FIXEDFANN
  • Loading branch information
joelself committed Nov 5, 2015
1 parent cdeee86 commit 6637a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/fann_cascade.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

/* Group: Cascade Training */

#ifndef FIXEDFANN
/* Function: fann_cascadetrain_on_data
Trains on an entire dataset, for a period of time using the Cascade2 training algorithm.
Expand Down Expand Up @@ -555,5 +556,6 @@ FANN_EXTERNAL unsigned int FANN_API fann_get_cascade_num_candidate_groups(struct
FANN_EXTERNAL void FANN_API fann_set_cascade_num_candidate_groups(struct fann *ann,
unsigned int cascade_num_candidate_groups);

#endif // FIXEDFANN

#endif

0 comments on commit 6637a78

Please sign in to comment.