Computes the array of barycenters (average) columns for the nodes in the 
            unfixedLayer based on the columns of predecessors (direction < 0),
            successors (direction > 0), or both predecessors and successors (direction == 0)
            Elements without a defined barycenter will have an entry of -1.
            
            
            
            Syntax
            
        
            Parameters
- unfixedLayer
 
- direction
 
            
            Return Value
Returns the array of barycenters (average) columns for the nodes in
            the unfixedLayer
 
            
            
            
            
            
            
            
            
            
            
            
            See Also